Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-directwrite.cc847 uint16_t* modifiedGlyphIndices = (uint16_t*) malloc (maxGlyphCount * sizeof (uint16_t)); in _hb_directwrite_shape() local
855 glyphProperties, &actualGlyphsCount, modifiedClusterMap, modifiedGlyphIndices, in _hb_directwrite_shape()
862 free (modifiedGlyphIndices); in _hb_directwrite_shape()
883 glyphIndices = modifiedGlyphIndices; in _hb_directwrite_shape()