Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/sfnt/
Dttpost.c166 FT_UShort* glyph_indices = 0; in load_format_20() local
190 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()
/external/freetype/src/sfnt/
Dttpost.c166 FT_UShort* glyph_indices = NULL; in load_format_20() local
190 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()
287 table->glyph_indices = glyph_indices; in load_format_20()
303 FT_FREE( glyph_indices ); in load_format_20()
435 FT_FREE( table->glyph_indices ); in tt_face_free_ps_names()
531 FT_UShort name_index = table->glyph_indices[idx]; in tt_face_get_ps_name()
/external/pdfium/core/src/fxge/apple/
Dfx_apple_platform.cpp75 CFX_FixedBufGrow<FX_WORD, 32> glyph_indices(nChars); in _CGDrawGlyphRun() local
78 glyph_indices[i] = pCharPos[i].m_ExtGID; in _CGDrawGlyphRun()
96 glyph_indices, in _CGDrawGlyphRun()
Dfx_quartz_device.cpp826 CFX_FixedBufGrow<FX_WORD, 32> glyph_indices(nChars); in CG_DrawGlypRun() local
829 glyph_indices[i] = pCharPos[i].m_ExtGID; in CG_DrawGlypRun()
872 (CGGlyph*)glyph_indices, in CG_DrawGlypRun()
/external/pdfium/core/src/fxge/win32/
Ddwrite_int.h48 int glyph_count, unsigned short* glyph_indices,
Dfx_win32_dwrite.cpp224 int glyph_count, unsigned short* glyph_indices, in DwRendingString() argument
247 glyphRun.glyphIndices = glyph_indices; in DwRendingString()
/external/pdfium/third_party/freetype/include/internal/
Dtttypes.h759 FT_UShort* glyph_indices; member
/external/freetype/include/internal/
Dtttypes.h757 FT_UShort* glyph_indices; member