Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/freetype/src/sfnt/
H A Dttpost.c170 FT_UShort* glyph_indices = NULL; in load_format_20() local
194 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()
/reactos/sdk/lib/3rdparty/freetype/include/freetype/internal/
H A Dtttypes.h793 FT_UShort* glyph_indices; member
/reactos/dll/win32/gdiplus/
H A Dgraphics.c7073 const WORD *glyph_indices; in GdipMeasureDriverString() local
7123 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()