Searched refs:glyphIndices (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-directwrite.cc | 665 uint16_t* glyphIndices = new uint16_t[maxGlyphCount]; in _hb_directwrite_shape_full() 673 glyphIndices, glyphProperties, &glyphCount); in _hb_directwrite_shape_full() 677 delete [] glyphIndices; in _hb_directwrite_shape_full() 710 textLength, glyphIndices, glyphProperties, in _hb_directwrite_shape_full() 758 clusterMap, glyphIndices, glyphAdvances, in _hb_directwrite_shape_full() 779 delete [] glyphIndices; in _hb_directwrite_shape_full() 785 glyphIndices = modifiedGlyphIndices; in _hb_directwrite_shape_full() 833 info->codepoint = glyphIndices[i]; in _hb_directwrite_shape_full() 858 delete [] glyphIndices; in _hb_directwrite_shape_full()
|
/external/pdfium/core/fxge/apple/ |
D | fx_quartz_device.cpp | 78 uint16_t* glyphIndices, in DrawGraphicsString() argument 106 reinterpret_cast<CGGlyph*>(glyphIndices), in DrawGraphicsString()
|
D | apple_int.h | 31 uint16_t* glyphIndices,
|
/external/skqp/src/ports/ |
D | SkScalerContext_win_dw.cpp | 456 run.glyphIndices = &glyphId; in getBoundingBox() 556 run.glyphIndices = &glyphId; in getColorGlyphRun() 588 colorGlyph->glyphRun.glyphIndices, in generateColorMetrics() 929 run.glyphIndices = &index; in drawDWMask() 1038 colorGlyph->glyphRun.glyphIndices, in generateColorGlyphImage()
|
/external/skia/src/ports/ |
D | SkScalerContext_win_dw.cpp | 465 run.glyphIndices = &glyphId; in getBoundingBox() 541 run.glyphIndices = &glyphId; in getColorGlyphRun() 573 colorGlyph->glyphRun.glyphIndices, in generateColorMetrics() 954 run.glyphIndices = &index; in drawDWMask() 1064 colorGlyph->glyphRun.glyphIndices, in generateColorGlyphImage()
|