HomeSort by relevance Sort by last modified time
    Searched defs:glyph_index (Results 1 - 5 of 5) sorted by null

  /external/freetype/include/freetype/internal/services/
svpscmap.h 57 FT_UInt glyph_index; member in struct:PS_UniMap_
  /external/freetype/src/autofit/
aflatin.c 55 FT_UInt glyph_index; local
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; local
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; local
417 glyph_index = FT_Get_Char_Index( face, i )
    [all...]
aflatin2.c 62 FT_UInt glyph_index; local
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; local
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; local
422 glyph_index = FT_Get_Char_Index( face, i )
    [all...]
  /external/freetype/src/base/
ftobjs.c 555 FT_UInt glyph_index,
569 /* The validity test for `glyph_index' is performed by the */
649 glyph_index,
670 glyph_index, load_flags );
679 glyph_index,
796 FT_UInt glyph_index; local
802 glyph_index = (FT_UInt)char_code;
804 glyph_index = FT_Get_Char_Index( face, char_code );
806 return FT_Load_Glyph( face, glyph_index, load_flags );
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 1497 FT_UInt glyph_index; member in struct:TT_LoaderRec_
    [all...]

Completed in 193 milliseconds