The R Project SVN R

Rev

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

Rev 36990 Rev 37012
Line 364... Line 364...
364
#define char2col		Rf_char2col
364
#define char2col		Rf_char2col
365
#define CheckColor		Rf_CheckColor
365
#define CheckColor		Rf_CheckColor
366
#define col2name		Rf_col2name
366
#define col2name		Rf_col2name
367
#define copyGPar		Rf_copyGPar
367
#define copyGPar		Rf_copyGPar
368
#define curDevice               Rf_curDevice
368
#define curDevice               Rf_curDevice
-
 
369
#define FixupCex		Rf_FixupCex
-
 
370
#define FixupCol		Rf_FixupCol
-
 
371
#define FixupFont		Rf_FixupFont
-
 
372
#define FixupLty		Rf_FixupLty
-
 
373
#define FixupLwd		Rf_FixupLwd
-
 
374
#define FixupPch		Rf_FixupPch
-
 
375
#define FixupVFont		Rf_FixupVFont
369
#define GetDevice               Rf_GetDevice
376
#define GetDevice               Rf_GetDevice
370
#define GInit			Rf_GInit
377
#define GInit			Rf_GInit
371
#define name2col		Rf_name2col
378
#define name2col		Rf_name2col
372
#define nextDevice              Rf_nextDevice
379
#define nextDevice              Rf_nextDevice
373
#define number2col		Rf_number2col
380
#define number2col		Rf_number2col
374
#define NumDevices              Rf_NumDevices
381
#define NumDevices              Rf_NumDevices
-
 
382
#define ProcessInlinePars	Rf_ProcessInlinePars
375
#define rgb2col			Rf_rgb2col
383
#define rgb2col			Rf_rgb2col
376
#define RGB2rgb			Rf_RGB2rgb
384
#define RGB2rgb			Rf_RGB2rgb
377
#define RGBA2rgb		Rf_RGBA2rgb
385
#define RGBA2rgb		Rf_RGBA2rgb
378
#define ScaleColor		Rf_ScaleColor
386
#define ScaleColor		Rf_ScaleColor
-
 
387
#define Specify2		Rf_Specify2
379
#define str2col			Rf_str2col
388
#define str2col			Rf_str2col
380
#define StrMatch		Rf_StrMatch
389
#define StrMatch		Rf_StrMatch
381
#define isNAcol                 Rf_isNAcol
390
#define isNAcol                 Rf_isNAcol
382
 
391
 
383
/* NOTE: during replays, call == R_NilValue;
392
/* NOTE: during replays, call == R_NilValue;
Line 421... Line 430...
421
 
430
 
422
int StrMatch(char *s, char *t);
431
int StrMatch(char *s, char *t);
423
 
432
 
424
double R_Log10(double);
433
double R_Log10(double);
425
 
434
 
-
 
435
void ProcessInlinePars(SEXP, DevDesc*, SEXP call);
-
 
436
void Specify2(char*, SEXP, DevDesc*, SEXP call);
-
 
437
void RecordGraphicsCall(SEXP);
-
 
438
 
-
 
439
SEXP FixupPch(SEXP, int);
-
 
440
SEXP FixupLty(SEXP, int);
-
 
441
SEXP FixupFont(SEXP, int);
-
 
442
SEXP FixupCol(SEXP, unsigned int);
-
 
443
SEXP FixupCex(SEXP, double);
-
 
444
SEXP FixupLwd(SEXP, double);
-
 
445
SEXP FixupVFont(SEXP);
-
 
446
 
426
#include <R_ext/GraphicsBase.h>
447
#include <R_ext/GraphicsBase.h>
427
 
448
 
428
/* 
449
/* 
429
 * Function to generate an R_GE_gcontext from Rf_gpptr info
450
 * Function to generate an R_GE_gcontext from Rf_gpptr info
430
 */
451
 */