Home | History | Annotate | Download | only in autofit

Lines Matching refs:glyph_index

55       FT_UInt              glyph_index;
61 glyph_index = FT_Get_Char_Index( face, charcode );
62 if ( glyph_index == 0 )
65 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
201 FT_UInt glyph_index;
211 glyph_index = FT_Get_Char_Index( face, (FT_UInt)*p );
212 if ( glyph_index == 0 )
215 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
414 FT_UInt glyph_index;
417 glyph_index = FT_Get_Char_Index( face, i );
418 if ( glyph_index == 0 )
421 if ( FT_Get_Advance( face, glyph_index,