Home
last modified time | relevance | path

Searched refs:gfx_joinRound (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/swftools/swftools-0.9.2/lib/
H A Dgfxdevice.h13 typedef enum {gfx_joinMiter, gfx_joinRound, gfx_joinBevel} gfx_joinType; enumerator
/dports/graphics/swftools/swftools-0.9.2/lib/gfxpoly/
H A Dstroke.c109 } else if(join==gfx_joinRound) { in draw_single_stroke()
/dports/graphics/swftools/swftools-0.9.2/lib/devices/
H A Dpdf.c222 PDF_setlinejoin(i->p, joint_style==gfx_joinMiter?0:(joint_style==gfx_joinRound?1:2)); in pdf_stroke()
H A Drecord.c720 case 1: jointtype = gfx_joinRound; break; in replay()
H A Dswf.c2674 || (cap_style == gfx_capRound && joint_style == gfx_joinRound) in swf_stroke()
/dports/graphics/swftools/swftools-0.9.2/lib/python/
H A Dgfx.c411 /*TODO*/ gfx_capRound, gfx_joinRound, 0.0); in output_stroke()
735 else if(joint_style == gfx_joinRound) in my_stroke()
/dports/graphics/swftools/swftools-0.9.2/lib/pdf/
H A DVectorGraphicOutputDev.cc491 gfx_joinType joinType = gfx_joinRound; in strokeGfxline()
493 else if(lineJoin == 1) joinType = gfx_joinRound; in strokeGfxline()
/dports/graphics/swftools/swftools-0.9.2/lib/readers/
H A Dswf.c508 r->device->stroke(r->device, line, width, (gfxcolor_t*)&c, gfx_capRound, gfx_joinRound, 0.0); in renderOutline()