HomeSort by relevance Sort by last modified time
    Searched refs:glyph_index (Results 26 - 33 of 33) sorted by null

12

  /external/freetype/src/sfnt/
sfdriver.c 150 FT_UInt glyph_index,
158 error = tt_face_get_ps_name( face, glyph_index, &gname );
  /external/freetype/src/cff/
cffload.c 698 FT_UInt glyph_index )
706 fd = fdselect->data[glyph_index];
711 if ( (FT_UInt)( glyph_index - fdselect->cache_first ) <
729 if ( glyph_index < first )
735 if ( glyph_index < limit )
    [all...]
  /external/freetype/src/autofit/
afloader.c 86 FT_UInt glyph_index,
99 error = FT_Load_Glyph( face, glyph_index, load_flags );
427 ( af_face_globals_is_digit( loader->globals, glyph_index ) &&
  /external/freetype/include/freetype/internal/
ftdriver.h 82 FT_UInt glyph_index,
psaux.h 632 FT_UInt glyph_index );
    [all...]
ftobjs.h     [all...]
  /external/freetype/include/freetype/
freetype.h     [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...]

Completed in 524 milliseconds

12