SWFFont_findGlyphCode  144 src/blocks/font.c 		int glyph = SWFFont_findGlyphCode(font,inst->codeTable[i]);
SWFFont_findGlyphCode  178 src/blocks/font.c 			int glyph = SWFFont_findGlyphCode(font,inst->codeTable[i]);
SWFFont_findGlyphCode  182 src/blocks/font.c 			int glyph = SWFFont_findGlyphCode(font,inst->codeTable[i]);
SWFFont_findGlyphCode  663 src/blocks/font.c 		code = SWFFont_findGlyphCode(font->font, font->codeTable[i]);
SWFFont_findGlyphCode  722 src/blocks/font.c 		glyph = SWFFont_findGlyphCode(font, string[i]);
SWFFont_findGlyphCode  735 src/blocks/font.c 			glyph2 = SWFFont_findGlyphCode(font, string[i+1]);
SWFFont_findGlyphCode  902 src/blocks/font.c 	index = SWFFont_findGlyphCode(font, c);
SWFFont_findGlyphCode  173 src/blocks/font.h int SWFFont_findGlyphCode(SWFFont font, unsigned short c);
SWFFont_findGlyphCode  663 src/blocks/text.c 	glyph = SWFFont_findGlyphCode(font, widestring[0]);
SWFFont_findGlyphCode  676 src/blocks/text.c 		{	nextglyph = SWFFont_findGlyphCode(font, widestring[i+1]);
SWFFont_findGlyphCode  795 src/blocks/text.c 				SWFFont_findGlyphCode(font, textRecord->string[i]);