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

  /external/freetype/src/sfnt/
ttpost.c 170 FT_UShort* glyph_indices = NULL; local
194 if ( FT_NEW_ARRAY ( glyph_indices, num_glyphs ) ||
199 glyph_indices[n] = FT_GET_USHORT();
216 idx = glyph_indices[n];
291 table->glyph_indices = glyph_indices;
307 FT_FREE( glyph_indices );
440 FT_FREE( table->glyph_indices );
539 FT_UShort name_index = table->glyph_indices[idx];
  /external/freetype/include/freetype/internal/
tttypes.h 886 * glyph_indices ::
896 FT_UShort* glyph_indices; member in struct:TT_Post_20Rec_
    [all...]

Completed in 620 milliseconds