search for: null_loc

Displaying 1 result from an estimated 1 matches for "null_loc".

Did you mean: null_lock
2005 Apr 02
2
Building new graphic device drivers with g++
...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* width, NewDevDesc *dev) { *ascent = 0.0; *desce...