Home
last modified time | relevance | path

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

/dports/graphics/swftools/swftools-0.9.2/lib/modules/
H A Dswfdump.c106 … (fill0:%d fill1:%d line:%d)\n", l->x/20.0, l->y/20.0, l->fillstyle0, l->fillstyle1, l->linestyle); in swf_DumpShape()
110 … (fill0:%d fill1:%d line:%d)\n", l->x/20.0, l->y/20.0, l->fillstyle0, l->fillstyle1, l->linestyle); in swf_DumpShape()
114 …:%d)\n", l->sx/20.0, l->sy/20.0, l->x/20.0, l->y/20.0, l->fillstyle0, l->fillstyle1, l->linestyle); in swf_DumpShape()
H A Dswfshape.c710 lines->fillstyle1 = fill1; in swf_ParseShapeData()
735 lines->fillstyle1 = fill1; in swf_ParseShapeData()
756 lines->fillstyle1 = fill1; in swf_ParseShapeData()
999 if(oldfs1 != l->fillstyle1) {oldfs1 = fs1 = l->fillstyle1;if(!fs1) fs1=0x8000;} in swf_Shape2ToShape()
1109 if(line->fillstyle1 > s2.numfillstyles) line->fillstyle1 = 0; in swf_RecodeShapeData()
H A Dswfrender.c471 if(line->fillstyle0 || line->fillstyle1) { in swf_RenderShape()
500 if(line->fillstyle0 || line->fillstyle1) { in swf_RenderShape()
835 …rintf("[(%f,%d)/%d/%d-%d]", p->x, y, p->depth, p->shapeline->fillstyle0, p->shapeline->fillstyle1); in change_state()
842 if(self->fillid<0/*??*/ || !p->shapeline->fillstyle0 || !p->shapeline->fillstyle1) { in change_state()
850 self->fillid = p->shapeline->fillstyle1; in change_state()
853 } else if(self->fillid == p->shapeline->fillstyle1) { in change_state()
866 if(p->shapeline && p->shapeline->fillstyle0 && p->shapeline->fillstyle1) { in change_state()
881 n->fillid = p->shapeline->fillstyle0 ? p->shapeline->fillstyle0 : p->shapeline->fillstyle1; in change_state()
/dports/graphics/p5-SWF-Builder/SWF-Builder-0.16/lib/SWF/Builder/Character/
H A DShape.pm184 sub fillstyle1 { subroutine
/dports/graphics/swftools/swftools-0.9.2/lib/readers/
H A Dswf.c179 line->fillstyle1 == fillstyle0 || in swfline_to_gfxline()
/dports/graphics/p5-SWF-Builder/SWF-Builder-0.16/lib/SWF/Builder/
H A DShape.pm354 sub fillstyle1 { subroutine
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Drfxswf.h443 int fillstyle1; member
/dports/graphics/swftools/swftools-0.9.2/src/
H A Dswfdump.c903 line->fillstyle1, in handleShape()