The R Project SVN R

Rev

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

Rev 30956 Rev 31938
Line 35... Line 35...
35
#define COLOR_TABLE_SIZE 1024
35
#define COLOR_TABLE_SIZE 1024
36
 
36
 
37
#define MAX_LAYOUT_ROWS 15
37
#define MAX_LAYOUT_ROWS 15
38
#define MAX_LAYOUT_COLS 15
38
#define MAX_LAYOUT_COLS 15
39
 
39
 
40
/* NOTE: during replays, call == R_NilValue;
-
 
41
   ----  the following adds readability: */
-
 
42
#define GRecording(call)  (call != R_NilValue)
-
 
43
 
-
 
44
typedef unsigned int rcolor;
40
typedef unsigned int rcolor;
45
 
41
 
46
typedef struct {
42
typedef struct {
47
	double ax;
43
	double ax;
48
	double bx;
44
	double bx;
Line 376... Line 372...
376
#define ScaleColor		Rf_ScaleColor
372
#define ScaleColor		Rf_ScaleColor
377
#define str2col			Rf_str2col
373
#define str2col			Rf_str2col
378
#define StrMatch		Rf_StrMatch
374
#define StrMatch		Rf_StrMatch
379
#define isNAcol                 Rf_isNAcol
375
#define isNAcol                 Rf_isNAcol
380
 
376
 
-
 
377
/* NOTE: during replays, call == R_NilValue;
-
 
378
   ----  the following adds readability: */
-
 
379
Rboolean GRecording(SEXP, DevDesc*);
-
 
380
 
381
/* Default the settings for general graphical parameters
381
/* Default the settings for general graphical parameters
382
 * (i.e., defaults that do not depend on the device type: */
382
 * (i.e., defaults that do not depend on the device type: */
383
void GInit(GPar*);
383
void GInit(GPar*);
384
 
384
 
385
void copyGPar(GPar *, GPar *);
385
void copyGPar(GPar *, GPar *);