Lines Matching refs:SWFFont

51 	SWFFont font;
70 SWFFont_buildReverseMapping(SWFFont font) in SWFFont_buildReverseMapping()
116 SWFFont font = inst->font; in completeSWFFontCharacter()
202 destroySWFFont(SWFFont font) in destroySWFFont()
269 SWFFont
272 SWFFont font = (SWFFont) malloc(sizeof(struct SWFFont_s)); in newSWFFont()
379 SWFFont newSWFFont_fromFile(const char *filename /* filename for fontfile */) in newSWFFont_fromFile()
410 SWFFont font = loadSWFFont_fromFdbFile(file); in newSWFFont_fromFile()
424 newSWFFontCharacter(SWFFont font) in newSWFFontCharacter()
470 SWFFont_findGlyphCode(SWFFont font, unsigned short c) in SWFFont_findGlyphCode()
594 SWFFont
634 SWFFont font = fc->font; in SWFFontCharacter_dumpTable()
689 SWFFont_getName(SWFFont font) in SWFFont_getName()
696 SWFFont_getFlags(SWFFont font) in SWFFont_getFlags()
701 int SWFFont_getGlyphCount(SWFFont font) in SWFFont_getGlyphCount()
714 SWFFont_getScaledWideStringWidth(SWFFont font, in SWFFont_getScaledWideStringWidth()
773 SWFFont_getScaledStringWidth(SWFFont font, const char* string) in SWFFont_getScaledStringWidth()
787 SWFFont_getScaledUTF8StringWidth(SWFFont font, const char* string) in SWFFont_getScaledUTF8StringWidth()
801 SWFFont_getScaledAscent(SWFFont font) in SWFFont_getScaledAscent()
808 SWFFont_getScaledDescent(SWFFont font) in SWFFont_getScaledDescent()
815 SWFFont_getScaledLeading(SWFFont font) in SWFFont_getScaledLeading()
830 SWFFont_getGlyphCode(SWFFont font, unsigned short glyphcode) in SWFFont_getGlyphCode()
840 SWFFont_getGlyphBounds(SWFFont font, unsigned short glyphcode) in SWFFont_getGlyphBounds()
851 SWFFont_getCharacterAdvance(SWFFont font, unsigned short glyphcode) in SWFFont_getCharacterAdvance()
866 SWFFont_getCharacterKern(SWFFont font, in SWFFont_getCharacterKern()
901 SWFShape SWFFont_getGlyph(SWFFont font, unsigned short c) in SWFFont_getGlyph()
912 void SWFFontCollection_addFont(SWFFontCollection collection, SWFFont font) in SWFFontCollection_addFont()
917 collection->fontList = (SWFFont*)realloc(collection->fontList, in SWFFontCollection_addFont()
918 (collection->numFonts + 1) * sizeof(SWFFont)); in SWFFontCollection_addFont()
953 SWFFont SWFFontCollection_getFont(SWFFontCollection collection, int index) in SWFFontCollection_getFont()
961 SWFFont *SWFFontCollection_getFonts(SWFFontCollection collection, int *count) in SWFFontCollection_getFonts()