Displaying 1 result from an estimated 1 matches for "null_mode".
Did you mean:
full_mode
2005 Apr 02
2
Building new graphic device drivers with g++
...ot;activate\n");
}
static void NULL_Clip(double x0, double x1, double y0, double y1,
NewDevDesc *dev) {
Rprintf("clip(%lf,%lf,%lf,%lf)\n", x0, y0, x1, y1);
}
static void NULL_Deactivate(NewDevDesc *dev) {
Rprintf("deactivate\n");
}
static void NULL_Mode(int mode, NewDevDesc *dev) {
}
static Rboolean NULL_Locator(double *x, double *y, NewDevDesc *dev) {
return FALSE;
}
static void NULL_MetricInfo(int c,
R_GE_gcontext *gc,
double* ascent, double* descent,
double*...