Home
last modified time | relevance | path

Searched refs:FILL_CLIPPED (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/swftools/swftools-0.9.2/lib/modules/
H A Dswfshape.c177 case FILL_CLIPPED: in swf_SetFillStyle()
312 { return swf_ShapeAddFillStyle(s,clip?FILL_CLIPPED:FILL_TILED,m,NULL,id_bitmap,0); in swf_ShapeAddBitmapFillStyle()
H A Dswfrender.c753 …se if(f->type == FILL_TILED || f->type == FILL_CLIPPED || f->type == (FILL_TILED|2) || f->type == … in fill()
/dports/graphics/swftools/swftools-0.9.2/lib/readers/
H A Dswf.c233 } else if(f->type == FILL_TILED || f->type == FILL_CLIPPED) { in renderFilled()
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Drfxswf.h392 #define FILL_CLIPPED 0x41 macro