Home
last modified time | relevance | path

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

/dports/graphics/swftools/swftools-0.9.2/lib/modules/
H A Dswftools.c1167 U8 swf_isFontTag(TAG*tag) in swf_isFontTag() function
H A Dswftext.c116 if (swf_isFontTag(t)) { in swf_FontEnumerate()
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Drfxswf.h767 U8 swf_isFontTag(TAG*tag);
/dports/graphics/swftools/swftools-0.9.2/src/
H A Dswfdump.c1580 else if(swf_isFontTag(tag) && showfonts) { in main()