gfx_joinRound 222 lib/devices/pdf.c PDF_setlinejoin(i->p, joint_style==gfx_joinMiter?0:(joint_style==gfx_joinRound?1:2)); gfx_joinRound 732 lib/devices/record.c case 1: jointtype = gfx_joinRound; break; gfx_joinRound 2643 lib/devices/swf.c || (cap_style == gfx_capRound && joint_style == gfx_joinRound) gfx_joinRound 1112 lib/gfxpoly.c ((joint_style==gfx_joinRound)?ART_PATH_STROKE_JOIN_ROUND: gfx_joinRound 109 lib/gfxpoly/stroke.c } else if(join==gfx_joinRound) { gfx_joinRound 1175 lib/pdf/GFXOutputDev.cc gfx_joinType joinType = gfx_joinRound; gfx_joinRound 1177 lib/pdf/GFXOutputDev.cc else if(lineJoin == 1) joinType = gfx_joinRound; gfx_joinRound 306 lib/python/gfx.c /*TODO*/ gfx_capRound, gfx_joinRound, 0.0); gfx_joinRound 554 lib/python/gfx.c else if(joint_style == gfx_joinRound) gfx_joinRound 489 lib/readers/swf.c r->device->stroke(r->device, line, width, (gfxcolor_t*)&c, gfx_capRound, gfx_joinRound, 0.0);