The R Project SVN R

Rev

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

Rev 59039 Rev 59105
Line 498... Line 498...
498
void GEplaySnapshot(SEXP snapshot, pGEDevDesc dd);
498
void GEplaySnapshot(SEXP snapshot, pGEDevDesc dd);
499
void GEonExit(void);
499
void GEonExit(void);
500
void GEnullDevice(void);
500
void GEnullDevice(void);
501
 
501
 
502
 
502
 
503
// From ../../main/plot.c, used by ../../library/grid/src/grid.c :
503
/* From ../../main/plot.c, used by ../../library/grid/src/grid.c : */
504
#define CreateAtVector		Rf_CreateAtVector
504
#define CreateAtVector		Rf_CreateAtVector
505
SEXP CreateAtVector(double*, double*, int, Rboolean);
505
SEXP CreateAtVector(double*, double*, int, Rboolean);
506
// From ../../main/graphics.c, used by ../../library/grDevices/src/axis_scales.c :
506
/* From ../../main/graphics.c, used by ../../library/grDevices/src/axis_scales.c : */
507
#define GAxisPars 		Rf_GAxisPars
507
#define GAxisPars 		Rf_GAxisPars
508
void GAxisPars(double *min, double *max, int *n, Rboolean log, int axis);
508
void GAxisPars(double *min, double *max, int *n, Rboolean log, int axis);
509
 
509
 
510
#ifdef __cplusplus
510
#ifdef __cplusplus
511
}
511
}