_gfxpage           32 lib/gfxsource.h struct _gfxpage;
_gfxpage           50 lib/gfxsource.h     struct _gfxpage* (*getpage)(struct _gfxdocument*gfx, int page);
_gfxpage           61 lib/gfxsource.h     void (*render)(struct _gfxpage*gfx, gfxdevice_t*output);
_gfxpage           62 lib/gfxsource.h     void (*rendersection)(struct _gfxpage*gfx, gfxdevice_t*output, gfxcoord_t x, gfxcoord_t y, gfxcoord_t x1, gfxcoord_t y1, gfxcoord_t x2, gfxcoord_t y2);
_gfxpage           63 lib/gfxsource.h     void (*destroy)(struct _gfxpage*page);