Home
last modified time | relevance | path

Searched refs:ST_DEFINEFONT3 (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/swftools/swftools-0.9.2/lib/modules/
H A Dswfdump.c244 case ST_DEFINEFONT3: in swf_TagGetName()
H A Dswftools.c120 case ST_DEFINEFONT3: in swf_GetDefineID()
235 ST_DEFINEFONT3,
1171 tag->id == ST_DEFINEFONT3 || in swf_isFontTag()
H A Dswftext.c258 font->version = tag->id==ST_DEFINEFONT3?3:2; in swf_FontExtract_DefineFont2()
601 case ST_DEFINEFONT3: in swf_FontExtract()
1787 swf.firstTag = tag = swf_InsertTag(tag, ST_DEFINEFONT3); in swf_WriteFont_AS3()
1828 tag = swf_InsertTag(tag, ST_DEFINEFONT3); in swf_WriteFont()
H A Dswfalignzones.c326 if(tag->id == ST_DEFINEFONT3) { in swf_FontPostprocess()
/dports/graphics/swftools/swftools-0.9.2/lib/readers/
H A Dswf.c362 tag->id == ST_DEFINEFONT3) { in extractDefinitions()
377 if(tag->id==ST_DEFINEFONT3) { in extractDefinitions()
/dports/graphics/swftools/swftools-0.9.2/src/
H A Dswfextract.c541 …f(t == 5 && (tag->id == ST_DEFINEFONT || tag->id == ST_DEFINEFONT2 || tag->id == ST_DEFINEFONT3)) { in isOfType()
H A Dswfdump.c302 if(tag->id == ST_DEFINEFONT2 || tag->id == ST_DEFINEFONT3) { in dumpFont()
H A Dswfc.c1634 tag = swf_InsertTag(tag, font->version==3?ST_DEFINEFONT3:ST_DEFINEFONT2); in s_font()
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Drfxswf.h364 #define ST_DEFINEFONT3 75 /* version 8 */ macro
/dports/graphics/swftools/swftools-0.9.2/lib/devices/
H A Dswf.c1504 mtag = swf_InsertTag(mtag, ST_DEFINEFONT3); in swfoutput_finalize()