Home
last modified time | relevance | path

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

/dports/graphics/swftools/swftools-0.9.2/lib/modules/
H A Dswfdump.c106 …printf("moveTo %.2f,%.2f (fill0:%d fill1:%d line:%d)\n", l->x/20.0, l->y/20.0, l->fillstyle0, l->f… in swf_DumpShape()
110 …printf("lineTo %.2f,%.2f (fill0:%d fill1:%d line:%d)\n", l->x/20.0, l->y/20.0, l->fillstyle0, l->f… in swf_DumpShape()
114 …fill1:%d line:%d)\n", l->sx/20.0, l->sy/20.0, l->x/20.0, l->y/20.0, l->fillstyle0, l->fillstyle1, … in swf_DumpShape()
H A Dswfrender.c392 s->lines[t].fillstyle0 = t+1; in linestyle2fillstyle()
471 if(line->fillstyle0 || line->fillstyle1) { in swf_RenderShape()
500 if(line->fillstyle0 || line->fillstyle1) { in swf_RenderShape()
835 …printf("[(%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()
849 if(self->fillid == p->shapeline->fillstyle0) { in change_state()
854 self->fillid = p->shapeline->fillstyle0; 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()
H A Dswfshape.c709 lines->fillstyle0 = fill0; in swf_ParseShapeData()
734 lines->fillstyle0 = fill0; in swf_ParseShapeData()
755 lines->fillstyle0 = fill0; in swf_ParseShapeData()
998 if(oldfs0 != l->fillstyle0) {oldfs0 = fs0 = l->fillstyle0;if(!fs0) fs0=0x8000;} in swf_Shape2ToShape()
1108 if(line->fillstyle0 > s2.numfillstyles) line->fillstyle0 = 0; in swf_RecodeShapeData()
/dports/graphics/swftools/swftools-0.9.2/lib/readers/
H A Dswf.c167 gfxline_t* swfline_to_gfxline(SHAPELINE*line, int linestyle, int fillstyle0) in swfline_to_gfxline() argument
178 if(line->fillstyle0 == fillstyle0 || in swfline_to_gfxline()
179 line->fillstyle1 == fillstyle0 || in swfline_to_gfxline()
/dports/graphics/p5-SWF-Builder/SWF-Builder-0.16/lib/SWF/Builder/Character/
H A DShape.pm182 *fillstyle0 = \&fillstyle;
/dports/graphics/p5-SWF-Builder/SWF-Builder-0.16/lib/SWF/Builder/
H A DShape.pm352 *fillstyle0 = \&fillstyle;
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Drfxswf.h442 int fillstyle0; member
/dports/graphics/swftools/swftools-0.9.2/src/
H A Dswfdump.c902 line->fillstyle0, in handleShape()