gfxdrawer_t        66 lib/gfxfont.c      gfxdrawer_t* draw;
gfxdrawer_t        73 lib/gfxfont.c      gfxdrawer_t* draw = info->draw;
gfxdrawer_t        82 lib/gfxfont.c      gfxdrawer_t* draw = info->draw;
gfxdrawer_t        91 lib/gfxfont.c      gfxdrawer_t* draw = info->draw;
gfxdrawer_t       104 lib/gfxfont.c      gfxdrawer_t* draw = info->draw;
gfxdrawer_t       308 lib/gfxfont.c  	gfxdrawer_t draw;
gfxdrawer_t       284 lib/gfxpoly/convert.c static void polydraw_moveTo(gfxdrawer_t*d, gfxcoord_t _x, gfxcoord_t _y)
gfxdrawer_t       300 lib/gfxpoly/convert.c static void polydraw_lineTo(gfxdrawer_t*d, gfxcoord_t _x, gfxcoord_t _y)
gfxdrawer_t       318 lib/gfxpoly/convert.c static void polydraw_splineTo(gfxdrawer_t*d, gfxcoord_t sx, gfxcoord_t sy, gfxcoord_t x, gfxcoord_t y)
gfxdrawer_t       349 lib/gfxpoly/convert.c static void polydraw_close(gfxdrawer_t*d)
gfxdrawer_t       364 lib/gfxpoly/convert.c static void* polydraw_result(gfxdrawer_t*d)
gfxdrawer_t       369 lib/gfxpoly/convert.c     memset(d, 0, sizeof(gfxdrawer_t));
gfxdrawer_t       373 lib/gfxpoly/convert.c void gfxdrawer_target_poly(gfxdrawer_t*d, double gridsize)
gfxdrawer_t        17 lib/gfxpoly/convert.h void gfxdrawer_target_poly(gfxdrawer_t*d, double gridsize);
gfxdrawer_t        23 lib/gfxpoly/stroke.c static void draw_arc(gfxdrawer_t*draw, double x, double y, double a1, double a2, double r)
gfxdrawer_t        55 lib/gfxpoly/stroke.c static void draw_single_stroke(gfxpoint_t*p, int num, gfxdrawer_t*draw, double width, gfx_capType cap, gfx_joinType join, double limit)
gfxdrawer_t       164 lib/gfxpoly/stroke.c void draw_stroke(gfxline_t*start, gfxdrawer_t*draw, double width, gfx_capType cap, gfx_joinType join, double miterLimit)
gfxdrawer_t       224 lib/gfxpoly/stroke.c     gfxdrawer_t d;
gfxdrawer_t         6 lib/gfxpoly/stroke.h void draw_stroke(gfxline_t*start, gfxdrawer_t*draw, double width, gfx_capType cap, gfx_joinType join, double miterLimit);
gfxdrawer_t        42 lib/gfxtools.c static void linedraw_moveTo(gfxdrawer_t*d, gfxcoord_t x, gfxcoord_t y)
gfxdrawer_t        60 lib/gfxtools.c static void linedraw_lineTo(gfxdrawer_t*d, gfxcoord_t x, gfxcoord_t y)
gfxdrawer_t        82 lib/gfxtools.c static void linedraw_splineTo(gfxdrawer_t*d, gfxcoord_t sx, gfxcoord_t sy, gfxcoord_t x, gfxcoord_t y)
gfxdrawer_t       103 lib/gfxtools.c static void linedraw_close(gfxdrawer_t*d)
gfxdrawer_t       113 lib/gfxtools.c static void* linedraw_result(gfxdrawer_t*d)
gfxdrawer_t       118 lib/gfxtools.c     memset(d, 0, sizeof(gfxdrawer_t));
gfxdrawer_t       122 lib/gfxtools.c void gfxdrawer_target_gfxline(gfxdrawer_t*d)
gfxdrawer_t       205 lib/gfxtools.c void gfxtool_draw_dashed_line(gfxdrawer_t*d, gfxline_t*line, float*r, float phase)
gfxdrawer_t       417 lib/gfxtools.c     gfxdrawer_t d;
gfxdrawer_t       599 lib/gfxtools.c void gfxdraw_conicTo(gfxdrawer_t*draw, double cx, double cy, double tox, double toy, double quality)
gfxdrawer_t       609 lib/gfxtools.c void gfxdraw_cubicTo(gfxdrawer_t*draw, double c1x, double c1y, double c2x, double c2y, double x, double y, double quality)
gfxdrawer_t        57 lib/gfxtools.h void gfxdrawer_target_gfxline(gfxdrawer_t*d);
gfxdrawer_t        59 lib/gfxtools.h void gfxtool_draw_dashed_line(gfxdrawer_t*d, gfxline_t*line, float*dashes, float phase);
gfxdrawer_t        68 lib/gfxtools.h void gfxdraw_cubicTo(gfxdrawer_t*draw, double c1x, double c1y, double c2x, double c2y, double x, double y, double quality);
gfxdrawer_t        69 lib/gfxtools.h void gfxdraw_conicTo(gfxdrawer_t*draw, double cx, double cy, double tox, double toy, double quality);
gfxdrawer_t       887 lib/pdf/GFXOutputDev.cc     gfxdrawer_t draw;
gfxdrawer_t       181 lib/pdf/InfoOutputDev.cc 	    gfxdrawer_t drawer;
gfxdrawer_t       151 lib/readers/swf.c     gfxdrawer_t d;