HomeSort by relevance Sort by last modified time
    Searched refs:glyph_indices (Results 1 - 2 of 2) sorted by null

  /external/freetype/src/sfnt/
ttpost.c 166 FT_UShort* glyph_indices = 0; local
190 if ( FT_NEW_ARRAY ( glyph_indices, num_glyphs ) ||
195 glyph_indices[n] = FT_GET_USHORT();
212 idx = glyph_indices[n];
284 table->glyph_indices = glyph_indices;
300 FT_FREE( glyph_indices );
432 FT_FREE( table->glyph_indices );
528 FT_UShort name_index = table->glyph_indices[idx];
  /external/freetype/include/freetype/internal/
tttypes.h 771 FT_UShort* glyph_indices; member in struct:TT_Post_20Rec_
    [all...]

Completed in 180 milliseconds