The R Project SVN R

Rev

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

Rev 30129 Rev 30859
Line 355... Line 355...
355
#define nextDevice              Rf_nextDevice
355
#define nextDevice              Rf_nextDevice
356
#define number2col		Rf_number2col
356
#define number2col		Rf_number2col
357
#define NumDevices              Rf_NumDevices
357
#define NumDevices              Rf_NumDevices
358
#define rgb2col			Rf_rgb2col
358
#define rgb2col			Rf_rgb2col
359
#define RGB2rgb			Rf_RGB2rgb
359
#define RGB2rgb			Rf_RGB2rgb
-
 
360
#define RGBA2rgb		Rf_RGBA2rgb
360
#define ScaleColor		Rf_ScaleColor
361
#define ScaleColor		Rf_ScaleColor
361
#define str2col			Rf_str2col
362
#define str2col			Rf_str2col
362
#define StrMatch		Rf_StrMatch
363
#define StrMatch		Rf_StrMatch
363
#define isNAcol                 Rf_isNAcol
364
#define isNAcol                 Rf_isNAcol
364
 
365
 
Line 393... Line 394...
393
unsigned int ScaleColor(double x);
394
unsigned int ScaleColor(double x);
394
unsigned int CheckColor(int x);
395
unsigned int CheckColor(int x);
395
Rboolean isNAcol(SEXP col, int index, int ncol);
396
Rboolean isNAcol(SEXP col, int index, int ncol);
396
 
397
 
397
char* RGB2rgb(unsigned int, unsigned int, unsigned int);
398
char* RGB2rgb(unsigned int, unsigned int, unsigned int);
-
 
399
char* RGBA2rgb(unsigned int, unsigned int, unsigned int, unsigned int);
398
 
400
 
399
int StrMatch(char *s, char *t);
401
int StrMatch(char *s, char *t);
400
 
402
 
401
double R_Log10(double);
403
double R_Log10(double);
402
 
404