The R Project SVN R

Rev

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

Rev 88803 Rev 88805
Line 293... Line 293...
293
			      * Set to FALSE by do_recordGraphics,
293
			      * Set to FALSE by do_recordGraphics,
294
			      * do_dotcallgr, and do_Externalgr
294
			      * do_dotcallgr, and do_Externalgr
295
			      * so that nested calls are not
295
			      * so that nested calls are not
296
			      * recorded on the display list
296
			      * recorded on the display list
297
			      */
297
			      */
-
 
298
    Rboolean lock;           /* The device is locked and unlocked
-
 
299
                              * within R_eval_with_gd().
-
 
300
                              * When the device is locked, attempts
-
 
301
                              * to "kill" the device are ignored.
-
 
302
                              */
298
    /*
303
    /*
299
     * Stuff about the device that only graphics systems see.
304
     * Stuff about the device that only graphics systems see.
300
     * The graphics engine has no idea what is in here.
305
     * The graphics engine has no idea what is in here.
301
     * Used by graphics systems to store system state per device.
306
     * Used by graphics systems to store system state per device.
302
     */
307
     */
Line 562... Line 567...
562
SEXP CreateAtVector(double axp[], const double usr[], int nint, Rboolean logflag);
567
SEXP CreateAtVector(double axp[], const double usr[], int nint, Rboolean logflag);
563
/* From ../../main/graphics.c, used by ../../library/grDevices/src/axis_scales.c : */
568
/* From ../../main/graphics.c, used by ../../library/grDevices/src/axis_scales.c : */
564
#define GAxisPars 		Rf_GAxisPars
569
#define GAxisPars 		Rf_GAxisPars
565
void GAxisPars(double *min, double *max, int *n, Rboolean log, int axis);
570
void GAxisPars(double *min, double *max, int *n, Rboolean log, int axis);
566
 
571
 
-
 
572
SEXP Rf_eval_with_gd(SEXP, SEXP, pGEDevDesc);
-
 
573
#define eval_with_gd Rf_eval_with_gd
-
 
574
 
567
/* Patterns - from ../../main/patterns.c */
575
/* Patterns - from ../../main/patterns.c */
568
Rboolean R_GE_isPattern(SEXP x);
576
Rboolean R_GE_isPattern(SEXP x);
569
#define R_GE_linearGradientPattern 1
577
#define R_GE_linearGradientPattern 1
570
#define R_GE_radialGradientPattern 2
578
#define R_GE_radialGradientPattern 2
571
#define R_GE_tilingPattern         3
579
#define R_GE_tilingPattern         3