Home | History | Annotate | Download | only in autofit

Lines Matching refs:glyph_index

62       FT_UInt              glyph_index;
68 glyph_index = FT_Get_Char_Index( face, charcode );
69 if ( glyph_index == 0 )
72 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
207 FT_UInt glyph_index;
216 glyph_index = FT_Get_Char_Index( face, (FT_UInt)*p );
217 if ( glyph_index == 0 )
220 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
419 FT_UInt glyph_index;
422 glyph_index = FT_Get_Char_Index( face, i );
423 if ( glyph_index == 0 )
426 if ( FT_Get_Advance( face, glyph_index,