Searched refs:glyph_indices (Results 1 – 8 of 8) sorted by relevance
/external/freetype/src/sfnt/ |
D | ttpost.c | 166 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/third_party/freetype/src/sfnt/ |
D | ttpost.c | 166 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/ |
D | fx_apple_platform.cpp | 77 CFX_FixedBufGrow<FX_WORD, 32> glyph_indices(nChars); in _CGDrawGlyphRun() local 80 glyph_indices[i] = pCharPos[i].m_ExtGID; in _CGDrawGlyphRun() 96 font_size, glyph_indices, glyph_positions, in _CGDrawGlyphRun()
|
D | fx_quartz_device.cpp | 763 CFX_FixedBufGrow<FX_WORD, 32> glyph_indices(nChars); in CG_DrawGlypRun() local 766 glyph_indices[i] = pCharPos[i].m_ExtGID; in CG_DrawGlypRun() 799 CGContextShowGlyphsAtPositions(_context, (CGGlyph*)glyph_indices, in CG_DrawGlypRun()
|
/external/pdfium/core/src/fxge/win32/ |
D | dwrite_int.h | 52 unsigned short* glyph_indices,
|
D | fx_win32_dwrite.cpp | 214 unsigned short* glyph_indices, in DwRendingString() argument 237 glyphRun.glyphIndices = glyph_indices; in DwRendingString()
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
D | tttypes.h | 757 FT_UShort* glyph_indices; member
|
/external/freetype/include/internal/ |
D | tttypes.h | 757 FT_UShort* glyph_indices; member
|