Home
last modified time | relevance | path

Searched refs:ST_SETBACKGROUNDCOLOR (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/swftools/swftools-0.9.2/swfs/
H A DPreLoaderTemplate.c51 swf.firstTag = swf_InsertTag(NULL,ST_SETBACKGROUNDCOLOR); in main()
H A Dkeyboard_viewer.c55 swf.firstTag = swf_InsertTag(NULL,ST_SETBACKGROUNDCOLOR); in main()
H A Dsimple_viewer.c71 swf.firstTag = swf_InsertTag(NULL,ST_SETBACKGROUNDCOLOR); in main()
/dports/graphics/swftools/swftools-0.9.2/lib/modules/
H A Dswfdump.c142 case ST_SETBACKGROUNDCOLOR: in swf_TagGetName()
H A Dswftools.c1377 if(t->id == ST_SETBACKGROUNDCOLOR) { in swf_GetSWFBackgroundColor()
H A Dswftext.c1825 swf.firstTag = tag = swf_InsertTag(NULL, ST_SETBACKGROUNDCOLOR); in swf_WriteFont()
/dports/graphics/swftools/swftools-0.9.2/src/
H A Dswfcombine.c385 if(tag->id == ST_SETBACKGROUNDCOLOR && tag->len>=3) { in makestackmaster()
419 swf->firstTag = swf_InsertTag(0, ST_SETBACKGROUNDCOLOR); in makestackmaster()
550 case ST_SETBACKGROUNDCOLOR: in write_sprite_defines()
731 if(id == ST_SETBACKGROUNDCOLOR) in tag_ok_for_slave()
H A Dwav2swf.c270 swf.firstTag = swf_InsertTag(NULL,ST_SETBACKGROUNDCOLOR); in main()
H A Dswfextract.c355 newswf.firstTag = swf_InsertTag(NULL,ST_SETBACKGROUNDCOLOR); in extractTag()
1354 else if (tag->id == ST_SETBACKGROUNDCOLOR) { in main()
H A Djpeg2swf.c90 t = swf->firstTag = swf_InsertTag(NULL, ST_SETBACKGROUNDCOLOR); in MovieStart()
H A Dpng2swf.c79 t = swf->firstTag = swf_InsertTag(NULL, ST_SETBACKGROUNDCOLOR); in MovieStart()
H A Dgif2swf.c179 t = swf->firstTag = swf_InsertTag(NULL, ST_SETBACKGROUNDCOLOR); in MovieStart()
H A Dswfc.c613 swf->firstTag = tag = swf_InsertTag(0, ST_SETBACKGROUNDCOLOR); in s_swf()
2071 U16 cutout[] = {ST_SETBACKGROUNDCOLOR, ST_PROTECT, ST_FREEALL, ST_REFLEX}; in s_includeswf()
2114 if(ftag->id != ST_SETBACKGROUNDCOLOR) { in s_includeswf()
H A Dswfdump.c1430 else if(tag->id == ST_SETBACKGROUNDCOLOR) { in main()
/dports/graphics/swftools/swftools-0.9.2/lib/python/
H A Dtags.c263 itag->tag = swf_InsertTag(0, ST_SETBACKGROUNDCOLOR); in f_SetBackgroundColor()
1210 register_tag(ST_SETBACKGROUNDCOLOR,&bgcolor_tag); in tags_getMethods()
/dports/graphics/swftools/swftools-0.9.2/lib/h.263/
H A Dswfvideo.c1461 swf.firstTag = swf_InsertTag(NULL,ST_SETBACKGROUNDCOLOR); in mkblack()
1551 swf.firstTag = swf_InsertTag(NULL,ST_SETBACKGROUNDCOLOR); in main()
/dports/graphics/swftools/swftools-0.9.2/avi2swf/
H A Dv2swf.c411 i->tag = swf_InsertTag(NULL, ST_SETBACKGROUNDCOLOR); in writehead()
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Drfxswf.h311 #define ST_SETBACKGROUNDCOLOR 9 macro
/dports/graphics/swftools/swftools-0.9.2/lib/devices/
H A Dswf.c1222 i->swf->firstTag = swf_InsertTag(NULL,ST_SETBACKGROUNDCOLOR); in gfxdevice_swf_init()
1437 if(tag->id != ST_SETBACKGROUNDCOLOR && in wipeSWF()