Searched refs:glyph_indices (Results 1 – 5 of 5) 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()
60 CFX_FixedBufGrow<uint16_t, 32> glyph_indices(nChars); in CGDrawGlyphRun() local63 glyph_indices[i] = in CGDrawGlyphRun()80 font_size, glyph_indices, glyph_positions, in CGDrawGlyphRun()
57 unsigned short* glyph_indices,
233 unsigned short* glyph_indices, in DwRendingString() argument256 glyphRun.glyphIndices = glyph_indices; in DwRendingString()
793 FT_UShort* glyph_indices; member