Home
last modified time | relevance | path

Searched refs:ST_SYMBOLCLASS (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/swftools/swftools-0.9.2/lib/as3/
H A Dassets.c60 } else if(tag->id == ST_SYMBOLCLASS) { in swf_ParseAssets()
197 tag = swf_InsertTag(tag, ST_SYMBOLCLASS); in swf_AssetsToTags()
H A Dscripts.c60 tag = swf_InsertTag(abctag, ST_SYMBOLCLASS); in swf_AddButtonLinks()
292 tag = swf_InsertTag(tag, ST_SYMBOLCLASS); in swf_AddAS3FontDefine()
/dports/graphics/swftools/swftools-0.9.2/src/
H A Das3compile.c252 tag = swf_InsertTag(tag, ST_SYMBOLCLASS); in main()
H A Dswfc.c827 tag = swf_InsertTag(tag, ST_SYMBOLCLASS); in s_endButton()
1021 tag = swf_InsertTag(tag, ST_SYMBOLCLASS); in s_endSprite()
1067 tag = swf_InsertTag(tag, ST_SYMBOLCLASS); in s_endSWF()
2135 tag = swf_InsertTag(tag, ST_SYMBOLCLASS); in s_includeswf()
H A Dswfcombine.c1040 } else if(tag->id == ST_SYMBOLCLASS) { in normalcombine()
H A Dswfdump.c1553 else if(tag->id == ST_EXPORTASSETS || tag->id == ST_SYMBOLCLASS) { in main()
/dports/graphics/swftools/swftools-0.9.2/lib/modules/
H A Dswfdump.c218 case ST_SYMBOLCLASS: in swf_TagGetName()
H A Dswftools.c618 case ST_SYMBOLCLASS: in enumerateUsedIDs()
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Drfxswf.h365 #define ST_SYMBOLCLASS 76 /* version 9 */ macro