Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-directwrite.cc629 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/
Dfx_quartz_device.cpp79 uint16_t* glyphIndices, in drawGraphicsString() argument
112 CGContextShowGlyphsAtPositions(context, (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.cpp456 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/
Dfx_win32_dwrite.cpp256 glyphRun.glyphIndices = glyph_indices; in DwRendingString()