Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-directwrite.cc665 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/
Dfx_quartz_device.cpp78 uint16_t* glyphIndices, in DrawGraphicsString() argument
106 reinterpret_cast<CGGlyph*>(glyphIndices), in DrawGraphicsString()
Dapple_int.h31 uint16_t* glyphIndices,
/external/skqp/src/ports/
DSkScalerContext_win_dw.cpp456 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/
DSkScalerContext_win_dw.cpp465 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()