Home
last modified time | relevance | path

Searched refs:swf_GetRGBA (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/swftools/swftools-0.9.2/lib/modules/
H A Dswffilter.c75 swf_GetRGBA(tag, &f->rgba); in swf_GetFilter()
94 swf_GetRGBA(tag, &f->gradient->rgba[s]); in swf_GetFilter()
113 swf_GetRGBA(tag, &f->color); in swf_GetFilter()
128 swf_GetRGBA(tag, &f->shadow); in swf_GetFilter()
129 swf_GetRGBA(tag, &f->highlight); in swf_GetFilter()
H A Dswftools.c449 swf_GetRGBA(tag, &color); in swf_GetMorphGradient()
456 swf_GetRGBA(tag, &color); in swf_GetMorphGradient()
475 {swf_GetRGBA(tag, &color);if(morph) swf_GetRGBA(tag, NULL);} in enumerateUsedIDs_fillstyle()
544 {swf_GetRGBA(tag, &color);if(morph) swf_GetRGBA(tag, NULL);} in enumerateUsedIDs_linestyle()
778 else swf_GetRGBA(tag, NULL); in enumerateUsedIDs()
H A Dswfshape.c523 swf_GetRGBA(tag, &dest->color); in parseFillStyle()
610 swf_GetRGBA(tag, &shape->linestyles[t].color); in parseFillStyleArray()
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Drfxswf.c588 void swf_GetRGBA(TAG * t, RGBA * col) in swf_GetRGBA() function
619 swf_GetRGBA(tag, &color); in swf_GetGradient()
H A Drfxswf.h236 void swf_GetRGBA(TAG * t, RGBA * col);