Searched refs:glyphIndices (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-directwrite.cc | 670 uint16_t* glyphIndices = (uint16_t*) malloc (maxGlyphCount * sizeof (uint16_t)); in _hb_directwrite_shape_full() 676 featureRangeLengths, 1, maxGlyphCount, clusterMap, textProperties, glyphIndices, in _hb_directwrite_shape_full() 681 free (glyphIndices); in _hb_directwrite_shape_full() 720 clusterMap, textProperties, textLength, glyphIndices, in _hb_directwrite_shape_full() 784 textLength, glyphCount, maxGlyphCount, clusterMap, glyphIndices, in _hb_directwrite_shape_full() 807 free (glyphIndices); in _hb_directwrite_shape_full() 813 glyphIndices = modifiedGlyphIndices; in _hb_directwrite_shape_full() 862 info->codepoint = glyphIndices[i]; in _hb_directwrite_shape_full() 889 free (glyphIndices); in _hb_directwrite_shape_full()
|
/external/pdfium/core/fxge/apple/ |
D | fx_quartz_device.cpp | 81 uint16_t* glyphIndices, in drawGraphicsString() argument 111 CGContextShowGlyphsAtPositions(context, (CGGlyph*)glyphIndices, in drawGraphicsString()
|
D | apple_int.h | 31 uint16_t* glyphIndices,
|
/external/skia/src/ports/ |
D | SkScalerContext_win_dw.cpp | 456 run.glyphIndices = &glyphId; in getBoundingBox() 536 run.glyphIndices = &glyphId; in getColorGlyphRun() 781 run.glyphIndices = &index; in drawDWMask() 888 colorGlyph->glyphRun.glyphIndices, in generateColorGlyphImage()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_dwrite.cpp | 256 glyphRun.glyphIndices = glyph_indices; in DwRendingString()
|