Searched refs:glyphIndices (Results 1 – 6 of 6) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-directwrite.cc | 629 uint16_t* glyphIndices = new uint16_t[maxGlyphCount]; in _hb_directwrite_shape_full() 637 glyphIndices, glyphProperties, &glyphCount); in _hb_directwrite_shape_full() 641 delete [] glyphIndices; in _hb_directwrite_shape_full() 674 textLength, glyphIndices, glyphProperties, in _hb_directwrite_shape_full() 722 clusterMap, glyphIndices, glyphAdvances, in _hb_directwrite_shape_full() 743 delete [] glyphIndices; in _hb_directwrite_shape_full() 749 glyphIndices = modifiedGlyphIndices; in _hb_directwrite_shape_full() 797 info->codepoint = glyphIndices[i]; in _hb_directwrite_shape_full() 822 delete [] glyphIndices; in _hb_directwrite_shape_full()
|
/external/pdfium/core/fxge/apple/ |
D | fx_quartz_device.cpp | 79 uint16_t* glyphIndices, in drawGraphicsString() argument 112 CGContextShowGlyphsAtPositions(context, (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 | 456 run.glyphIndices = &glyphId; in getBoundingBox() 556 run.glyphIndices = &glyphId; in getColorGlyphRun() 588 colorGlyph->glyphRun.glyphIndices, in generateColorMetrics() 931 run.glyphIndices = &index; in drawDWMask() 1040 colorGlyph->glyphRun.glyphIndices, in generateColorGlyphImage()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_dwrite.cpp | 256 glyphRun.glyphIndices = glyph_indices; in DwRendingString()
|