Searched refs:glyph_indices (Results 1 – 2 of 2) sorted by relevance
166 FT_UShort* glyph_indices = 0; in load_format_20() local190 if ( FT_NEW_ARRAY ( glyph_indices, num_glyphs ) || in load_format_20()195 glyph_indices[n] = FT_GET_USHORT(); in load_format_20()212 idx = glyph_indices[n]; in load_format_20()284 table->glyph_indices = glyph_indices; in load_format_20()300 FT_FREE( glyph_indices ); in load_format_20()432 FT_FREE( table->glyph_indices ); in tt_face_free_ps_names()528 FT_UShort name_index = table->glyph_indices[idx]; in tt_face_get_ps_name()
771 FT_UShort* glyph_indices; member