gfx_joinType      728 lib/devices/record.c 		gfx_joinType jointtype;
gfx_joinType      120 lib/gfxdevice.h     void (*stroke)(struct _gfxdevice*dev, gfxline_t*line, gfxcoord_t width, gfxcolor_t*color, gfx_capType cap_style, gfx_joinType joint_style, gfxcoord_t miterLimit);
gfx_joinType       50 lib/gfxfilter.h     void (*stroke)(struct _gfxfilter*in, gfxline_t*line, gfxcoord_t width, gfxcolor_t*color, gfx_capType cap_style, gfx_joinType joint_style, gfxcoord_t miterLimit, struct _gfxdevice*out);
gfx_joinType       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);
gfx_joinType     1175 lib/pdf/GFXOutputDev.cc     gfx_joinType joinType = gfx_joinRound;