Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
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()
/external/pdfium/core/fxge/apple/
Dfx_apple_platform.cpp60 CFX_FixedBufGrow<uint16_t, 32> glyph_indices(nChars); in CGDrawGlyphRun() local
63 glyph_indices[i] = in CGDrawGlyphRun()
80 font_size, glyph_indices, glyph_positions, in CGDrawGlyphRun()
/external/pdfium/core/fxge/win32/
Ddwrite_int.h57 unsigned short* glyph_indices,
Dfx_win32_dwrite.cpp233 unsigned short* glyph_indices, in DwRendingString() argument
256 glyphRun.glyphIndices = glyph_indices; in DwRendingString()
/external/freetype/include/freetype/internal/
Dtttypes.h793 FT_UShort* glyph_indices; member