The R Project SVN R

Rev

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

Rev 32444 Rev 35499
Line 231... Line 231...
231
#define LTYpar			Rf_LTYpar
231
#define LTYpar			Rf_LTYpar
232
#define NewFrameConfirm		Rf_NewFrameConfirm
232
#define NewFrameConfirm		Rf_NewFrameConfirm
233
#define NoDevices		Rf_NoDevices
233
#define NoDevices		Rf_NoDevices
234
#define ProcessInlinePars	Rf_ProcessInlinePars
234
#define ProcessInlinePars	Rf_ProcessInlinePars
235
#define RGBpar			Rf_RGBpar
235
#define RGBpar			Rf_RGBpar
-
 
236
#define col2name                Rf_col2name
236
#define selectDevice		Rf_selectDevice
237
#define selectDevice		Rf_selectDevice
237
#define Specify2		Rf_Specify2
238
#define Specify2		Rf_Specify2
238
/* which of these conversions should be public? maybe all?*/
239
/* which of these conversions should be public? maybe all?*/
239
#define xDevtoNDC		Rf_xDevtoNDC
240
#define xDevtoNDC		Rf_xDevtoNDC
240
#define xDevtoNFC		Rf_xDevtoNFC
241
#define xDevtoNFC		Rf_xDevtoNFC
Line 401... Line 402...
401
 */
402
 */
402
 
403
 
403
/* Convert an R colour specification (which might be a number or */
404
/* Convert an R colour specification (which might be a number or */
404
/* a string) into an internal colour specification. */
405
/* a string) into an internal colour specification. */
405
unsigned int RGBpar(SEXP, int);
406
unsigned int RGBpar(SEXP, int);
-
 
407
    /* Convert an internal colour specification into a colour name */
-
 
408
char *col2name(unsigned int col);
406
 
409
 
407
 
410
 
408
/*-------------------------------------------------------------------
411
/*-------------------------------------------------------------------
409
 *
412
 *
410
 *  LINE TEXTURE CODE is concerned with the internals of R
413
 *  LINE TEXTURE CODE is concerned with the internals of R