Home
last modified time | relevance | path

Searched refs:glyph_indices (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttpost.c169 FT_UShort* glyph_indices = NULL; in load_format_20() local
195 if ( FT_QNEW_ARRAY( glyph_indices, num_glyphs ) || in load_format_20()
200 glyph_indices[n] = FT_GET_USHORT(); in load_format_20()
217 idx = glyph_indices[n]; in load_format_20()
288 table->glyph_indices = glyph_indices; in load_format_20()
296 FT_FREE( glyph_indices ); in load_format_20()
425 FT_FREE( table->glyph_indices ); in tt_face_free_ps_names()
527 FT_UShort name_index = table->glyph_indices[idx]; in tt_face_get_ps_name()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dtttypes.h805 FT_UShort* glyph_indices; member