gfxpoly_from_stroke  229 lib/devices/polyops.c     gfxpoly_t* poly = gfxpoly_from_stroke(line, width, cap_style, joint_style, miterLimit, DEFAULT_GRID);
gfxpoly_from_stroke  441 lib/devices/polyops.c     i->polyunion = gfxpoly_from_stroke(0, 0, gfx_capButt, gfx_joinMiter, 0, DEFAULT_GRID);
gfxpoly_from_stroke 2653 lib/devices/swf.c 	gfxpoly_t* poly = gfxpoly_from_stroke(line, width, cap_style, joint_style, miterLimit, DEFAULT_GRID);
gfxpoly_from_stroke   79 lib/filters/vectors_to_glyphs.c     gfxpoly_t*poly = gfxpoly_from_stroke(line, width, cap_style, joint_style, miterLimit, DEFAULT_GRID);
gfxpoly_from_stroke   47 lib/gfxpoly.h  gfxpoly_t* gfxpoly_from_stroke(gfxline_t*line, gfxcoord_t width, gfx_capType cap_style, gfx_joinType joint_style, gfxcoord_t miterLimit, double gridsize);
gfxpoly_from_stroke    5 lib/gfxpoly/stroke.h gfxpoly_t* gfxpoly_from_stroke(gfxline_t*line, gfxcoord_t width, gfx_capType cap_style, gfx_joinType joint_style, gfxcoord_t miterLimit, double gridsize);
gfxpoly_from_stroke 1241 lib/pdf/GFXOutputDev.cc         gfxpoly_t* poly = gfxpoly_from_stroke(line, width, capType, joinType, miterLimit, DEFAULT_GRID);