SWFFontCharacter_getNGlyphs  158 src/blocks/font.h int SWFFontCharacter_getNGlyphs(SWFFontCharacter font);
SWFFontCharacter_getNGlyphs   59 src/blocks/fontinfo.c 	for ( i=0; i<SWFFontCharacter_getNGlyphs(font); ++i )
SWFFontCharacter_getNGlyphs  714 src/blocks/text.c 			int fontGlyphs = SWFFontCharacter_getNGlyphs(textRecord->font.fontchar);
SWFFontCharacter_getNGlyphs  266 src/blocks/textfield.c 	nGlyphs = SWFFontCharacter_getNGlyphs(fc);