The R Project SVN R

Rev

Rev 88863 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88863 Rev 89084
Line 529... Line 529...
529
		    double *z, double *levels, int nl);
529
		    double *z, double *levels, int nl);
530
/*
530
/*
531
 * (End from plot3d.c)
531
 * (End from plot3d.c)
532
 */
532
 */
533
 
533
 
534
/*
-
 
535
 * From vfonts.c
-
 
536
 */
-
 
537
double R_GE_VStrWidth(const char *s, cetype_t enc, const pGEcontext gc, pGEDevDesc dd);
-
 
538
 
-
 
539
double R_GE_VStrHeight(const char *s, cetype_t enc, const pGEcontext gc, pGEDevDesc dd);
-
 
540
void R_GE_VText(double x, double y, const char * const s, cetype_t enc,
-
 
541
		double x_justify, double y_justify, double rotation,
-
 
542
		const pGEcontext gc, pGEDevDesc dd);
-
 
543
/*
-
 
544
 * (End from vfonts.c)
-
 
545
 */
-
 
546
 
-
 
547
/* Also in Graphics.h */
534
/* Also in Graphics.h */
548
#define	DEG2RAD 0.01745329251994329576
535
#define	DEG2RAD 0.01745329251994329576
549
 
536
 
550
pGEDevDesc GEcurrentDevice(void);
537
pGEDevDesc GEcurrentDevice(void);
551
Rboolean GEdeviceDirty(pGEDevDesc dd);
538
Rboolean GEdeviceDirty(pGEDevDesc dd);
Line 557... Line 544...
557
void GEplayDisplayList(pGEDevDesc dd);
544
void GEplayDisplayList(pGEDevDesc dd);
558
void GEcopyDisplayList(int fromDevice);
545
void GEcopyDisplayList(int fromDevice);
559
SEXP GEcreateSnapshot(pGEDevDesc dd);
546
SEXP GEcreateSnapshot(pGEDevDesc dd);
560
void GEplaySnapshot(SEXP snapshot, pGEDevDesc dd);
547
void GEplaySnapshot(SEXP snapshot, pGEDevDesc dd);
561
void GEonExit(void);
548
void GEonExit(void);
562
void GEnullDevice(void);
-
 
563
 
549
 
564
 
550
 
565
/* From ../../main/plot.c, used by ../../library/grid/src/grid.c : */
551
/* From ../../main/plot.c, used by ../../library/grid/src/grid.c : */
566
#define CreateAtVector		Rf_CreateAtVector
552
#define CreateAtVector		Rf_CreateAtVector
567
SEXP CreateAtVector(double axp[], const double usr[], int nint, Rboolean logflag);
553
SEXP CreateAtVector(double axp[], const double usr[], int nint, Rboolean logflag);