Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-directwrite.cc670 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/
Dfx_quartz_device.cpp81 uint16_t* glyphIndices, in drawGraphicsString() argument
111 CGContextShowGlyphsAtPositions(context, (CGGlyph*)glyphIndices, in drawGraphicsString()
Dapple_int.h31 uint16_t* glyphIndices,
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp456 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/
Dfx_win32_dwrite.cpp256 glyphRun.glyphIndices = glyph_indices; in DwRendingString()