Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-directwrite.cc779 float* modifiedGlyphAdvances = (float*) malloc (maxGlyphCount * sizeof (float)); in _hb_directwrite_shape_full() local
787 modifiedGlyphAdvances, modifiedGlyphOffsets); in _hb_directwrite_shape_full()
793 free (modifiedGlyphAdvances); in _hb_directwrite_shape_full()
814 glyphAdvances = modifiedGlyphAdvances; in _hb_directwrite_shape_full()