Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-directwrite.cc848 float* modifiedGlyphAdvances = (float*) malloc (maxGlyphCount * sizeof (float)); in _hb_directwrite_shape() local
856 modifiedGlyphAdvances, modifiedGlyphOffsets); in _hb_directwrite_shape()
863 free (modifiedGlyphAdvances); in _hb_directwrite_shape()
884 glyphAdvances = modifiedGlyphAdvances; in _hb_directwrite_shape()