The R Project SVN R

Rev

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

Rev 30925 Rev 30956
Line 246... Line 246...
246
#define LTY_DOTDASH	1 + (3<<4) + (4<<8) + (3<<12)
246
#define LTY_DOTDASH	1 + (3<<4) + (4<<8) + (3<<12)
247
#define LTY_LONGDASH	7 + (3<<4)
247
#define LTY_LONGDASH	7 + (3<<4)
248
#define LTY_TWODASH	2 + (2<<4) + (6<<8) + (2<<12)
248
#define LTY_TWODASH	2 + (2<<4) + (6<<8) + (2<<12)
249
 
249
 
250
R_GE_lineend LENDpar(SEXP value, int ind);
250
R_GE_lineend LENDpar(SEXP value, int ind);
-
 
251
SEXP LENDget(R_GE_lineend lend);
251
R_GE_linejoin LJOINpar(SEXP value, int ind);
252
R_GE_linejoin LJOINpar(SEXP value, int ind);
-
 
253
SEXP LJOINget(R_GE_linejoin ljoin);
252
 
254
 
253
void GESetClip(double x1, double y1, double x2, double y2, GEDevDesc *dd);
255
void GESetClip(double x1, double y1, double x2, double y2, GEDevDesc *dd);
254
void GENewPage(R_GE_gcontext *gc, GEDevDesc *dd);
256
void GENewPage(R_GE_gcontext *gc, GEDevDesc *dd);
255
void GELine(double x1, double y1, double x2, double y2, 
257
void GELine(double x1, double y1, double x2, double y2, 
256
	    R_GE_gcontext *gc, GEDevDesc *dd);
258
	    R_GE_gcontext *gc, GEDevDesc *dd);