The R Project SVN R

Rev

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

Rev 26795 Rev 26846
Line 400... Line 400...
400
 
400
 
401
#include <R_ext/GraphicsDevice.h>
401
#include <R_ext/GraphicsDevice.h>
402
#include <R_ext/GraphicsEngine.h>
402
#include <R_ext/GraphicsEngine.h>
403
#include <R_ext/GraphicsBase.h>
403
#include <R_ext/GraphicsBase.h>
404
 
404
 
-
 
405
/* 
-
 
406
 * Function to generate an R_GE_gcontext from Rf_gpptr info
-
 
407
 */
-
 
408
void gcontextFromGP(R_GE_gcontext *gc, DevDesc *dd);
-
 
409
 
405
/* FIXME: Make this a macro to avoid function call overhead?
410
/* FIXME: Make this a macro to avoid function call overhead?
406
 */
411
 */
407
GPar* Rf_gpptr(DevDesc *dd);
412
GPar* Rf_gpptr(DevDesc *dd);
408
GPar* Rf_dpptr(DevDesc *dd);
413
GPar* Rf_dpptr(DevDesc *dd);
409
GPar* Rf_dpSavedptr(DevDesc *dd);
414
GPar* Rf_dpSavedptr(DevDesc *dd);