| Line 82... |
Line 82... |
| 82 |
#define GNewPlot Rf_GNewPlot
|
82 |
#define GNewPlot Rf_GNewPlot
|
| 83 |
#define GPolygon Rf_GPolygon
|
83 |
#define GPolygon Rf_GPolygon
|
| 84 |
#define GPolyline Rf_GPolyline
|
84 |
#define GPolyline Rf_GPolyline
|
| 85 |
#define GPretty Rf_GPretty
|
85 |
#define GPretty Rf_GPretty
|
| 86 |
#define GRect Rf_GRect
|
86 |
#define GRect Rf_GRect
|
| - |
|
87 |
#define GRaster Rf_GRaster
|
| 87 |
#define GReset Rf_GReset
|
88 |
#define GReset Rf_GReset
|
| 88 |
#define GRestore Rf_GRestore
|
89 |
#define GRestore Rf_GRestore
|
| 89 |
#define GRestorePars Rf_GRestorePars
|
90 |
#define GRestorePars Rf_GRestorePars
|
| 90 |
#define GSavePars Rf_GSavePars
|
91 |
#define GSavePars Rf_GSavePars
|
| 91 |
#define GScale Rf_GScale
|
92 |
#define GScale Rf_GScale
|
| Line 183... |
Line 184... |
| 183 |
void GPolygon(int, double*, double*, int, int, int, pGEDevDesc);
|
184 |
void GPolygon(int, double*, double*, int, int, int, pGEDevDesc);
|
| 184 |
/* Draw series of straight lines using the specified lists of x and y values: */
|
185 |
/* Draw series of straight lines using the specified lists of x and y values: */
|
| 185 |
void GPolyline(int, double*, double*, int, pGEDevDesc);
|
186 |
void GPolyline(int, double*, double*, int, pGEDevDesc);
|
| 186 |
/* Draw a rectangle given two opposite corners: */
|
187 |
/* Draw a rectangle given two opposite corners: */
|
| 187 |
void GRect(double, double, double, double, int, int, int, pGEDevDesc);
|
188 |
void GRect(double, double, double, double, int, int, int, pGEDevDesc);
|
| - |
|
189 |
/* Draw a raster image given two opposite corners: */
|
| - |
|
190 |
void GRaster(unsigned int*, int, int,
|
| - |
|
191 |
double, double, double, double,
|
| - |
|
192 |
double, Rboolean, pGEDevDesc);
|
| 188 |
/* Return the height of the specified string in the specified units: */
|
193 |
/* Return the height of the specified string in the specified units: */
|
| 189 |
double GStrHeight(const char *, cetype_t, GUnit, pGEDevDesc);
|
194 |
double GStrHeight(const char *, cetype_t, GUnit, pGEDevDesc);
|
| 190 |
/* Return the width of the specified string in the specified units */
|
195 |
/* Return the width of the specified string in the specified units */
|
| 191 |
double GStrWidth(const char *, cetype_t, GUnit, pGEDevDesc);
|
196 |
double GStrWidth(const char *, cetype_t, GUnit, pGEDevDesc);
|
| 192 |
/* Draw the specified text at location (x,y) with the specified
|
197 |
/* Draw the specified text at location (x,y) with the specified
|