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

  /external/chromium_org/third_party/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/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/chromium_org/ppapi/proxy/
serialized_structs.h 101 std::vector<uint16_t> glyph_indices; member in struct:ppapi::proxy::PPBFlash_DrawGlyphs_Params
  /external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h 771 FT_UShort* glyph_indices; member in struct:TT_Post_20Rec_
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 690 FT_UShort* glyph_indices; member in struct:TT_Post_20Rec_
    [all...]

Completed in 237 milliseconds