Lines Matching refs:SWFFontCharacter

112 SWFFontCharacter_resolveTextCodes(SWFFontCharacter);
115 SWFFontCharacter_dumpTable(SWFFontCharacter);
120 SWFFontCharacter inst = (SWFFontCharacter)block; in completeSWFFontCharacter()
201 SWFFontCharacter inst = (SWFFontCharacter)block; in writeSWFFontCharacterToMethod()
255 destroySWFFontCharacter(SWFFontCharacter font) in destroySWFFontCharacter()
429 SWFFontCharacter
432 SWFFontCharacter inst; in newSWFFontCharacter()
434 inst = (SWFFontCharacter) malloc(sizeof(struct SWFFontCharacter_s)); in newSWFFontCharacter()
457 SWFFontCharacter
459 { SWFFontCharacter ret = (SWFFontCharacter) malloc(sizeof (struct SWFFontCharacter_s)); in newSWFDummyFontCharacter()
498 SWFFontCharacter_addTextToList(SWFFontCharacter font, SWFTextRecord text) in SWFFontCharacter_addTextToList()
534 SWFFontCharacter_addCharToTable(SWFFontCharacter font, unsigned short c) in SWFFontCharacter_addCharToTable()
567 SWFFontCharacter_addWideChars(SWFFontCharacter font, unsigned short *string, int len) in SWFFontCharacter_addWideChars()
579 SWFFontCharacter_addUTF8Chars(SWFFontCharacter font, const char *string) in SWFFontCharacter_addUTF8Chars()
594 SWFFontCharacter_addChars(SWFFontCharacter font, const char *string) in SWFFontCharacter_addChars()
601 SWFFontCharacter_getFont(SWFFontCharacter font) in SWFFontCharacter_getFont()
608 SWFFontCharacter_exportCharacterRange(SWFFontCharacter font, in SWFFontCharacter_exportCharacterRange()
621 SWFFontCharacter_findGlyphCode(SWFFontCharacter font, unsigned short c) in SWFFontCharacter_findGlyphCode()
634 SWFFontCharacter_dumpTable(SWFFontCharacter fc) in SWFFontCharacter_dumpTable()
646 SWFFontCharacter_resolveTextCodes(SWFFontCharacter font) in SWFFontCharacter_resolveTextCodes()
686 SWFFontCharacter_addAllChars(SWFFontCharacter fc) in SWFFontCharacter_addAllChars()
710 SWFFontCharacter_getNGlyphs(SWFFontCharacter font) in SWFFontCharacter_getNGlyphs()
796 SWFFontCharacter_getGlyphCode(SWFFontCharacter font, unsigned short glyphcode) in SWFFontCharacter_getGlyphCode()