The R Project SVN R

Rev

Rev 81097 | Rev 81278 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 81097 Rev 81257
Line 615... Line 615...
615
#define R_GE_compositeSoftLight 23
615
#define R_GE_compositeSoftLight 23
616
#define R_GE_compositeDifference 24
616
#define R_GE_compositeDifference 24
617
#define R_GE_compositeExclusion 25
617
#define R_GE_compositeExclusion 25
618
 
618
 
619
/* Path rules */
619
/* Path rules */
620
/* Must match order in ../library/grid/R/path.R */
620
/* Must match order in ../library/grDevices/R/path.R */
621
#define R_GE_nonZeroWindingRule 1
621
#define R_GE_nonZeroWindingRule 1
622
#define R_GE_evenOddRule        2
622
#define R_GE_evenOddRule        2
623
 
623
 
624
int R_GE_clipPathFillRule(SEXP path);
624
int R_GE_clipPathFillRule(SEXP path);
625
 
625
 
626
void GEStroke(SEXP path, const pGEcontext gc, pGEDevDesc dd);
626
void GEStroke(SEXP path, const pGEcontext gc, pGEDevDesc dd);
627
void GEFill(SEXP path, int rule, const pGEcontext gc, pGEDevDesc dd);
627
void GEFill(SEXP path, int rule, const pGEcontext gc, pGEDevDesc dd);
628
void GEFillStroke(SEXP path, int rule, const pGEcontext gc, pGEDevDesc dd);
628
void GEFillStroke(SEXP path, int rule, const pGEcontext gc, pGEDevDesc dd);
629
 
629
 
-
 
630
/* Mask types */
-
 
631
/* Must match order in ../library/grDevices/R/mask.R */
-
 
632
#define R_GE_alphaMask     1
-
 
633
#define R_GE_luminanceMask 2
-
 
634
 
-
 
635
int R_GE_maskType(SEXP mask);
-
 
636
 
630
#ifdef __cplusplus
637
#ifdef __cplusplus
631
}
638
}
632
#endif
639
#endif
633
 
640
 
634
#endif /* R_GRAPHICSENGINE_ */
641
#endif /* R_GRAPHICSENGINE_ */