Searched refs:glyph_indices (Results 1 – 3 of 3) sorted by relevance
170 FT_UShort* glyph_indices = NULL; in load_format_20() local194 if ( FT_NEW_ARRAY ( glyph_indices, num_glyphs ) || in load_format_20()199 glyph_indices[n] = FT_GET_USHORT(); in load_format_20()216 idx = glyph_indices[n]; in load_format_20()291 table->glyph_indices = glyph_indices; in load_format_20()307 FT_FREE( glyph_indices ); in load_format_20()440 FT_FREE( table->glyph_indices ); in tt_face_free_ps_names()536 FT_UShort name_index = table->glyph_indices[idx]; in tt_face_get_ps_name()
793 FT_UShort* glyph_indices; member
7073 const WORD *glyph_indices; in GdipMeasureDriverString() local7123 glyph_indices = dynamic_glyph_indices = heap_alloc_zero(sizeof(WORD) * length); in GdipMeasureDriverString()7124 if (!glyph_indices) in GdipMeasureDriverString()7134 glyph_indices = text; in GdipMeasureDriverString()7153 GetCharABCWidthsW(hdc, glyph_indices[i], glyph_indices[i], &abc); in GdipMeasureDriverString()