Searched refs:glyphAdvances (Results 1 – 3 of 3) sorted by relevance
764 float* glyphAdvances = (float*) malloc (maxGlyphCount * sizeof (float)); in _hb_directwrite_shape() local794 glyphAdvances, glyphOffsets); in _hb_directwrite_shape()825 glyphAdvances, glyphOffsets, justifiedGlyphAdvances, justifiedGlyphOffsets); in _hb_directwrite_shape()854 glyphAdvances, justifiedGlyphAdvances, justifiedGlyphOffsets, in _hb_directwrite_shape()878 free (glyphAdvances); in _hb_directwrite_shape()884 glyphAdvances = modifiedGlyphAdvances; in _hb_directwrite_shape()892 free(glyphAdvances); in _hb_directwrite_shape()895 glyphAdvances = justifiedGlyphAdvances; in _hb_directwrite_shape()936 info->mask = glyphAdvances[i]; in _hb_directwrite_shape()962 free (glyphAdvances); in _hb_directwrite_shape()
414 run.glyphAdvances = &advance; in getBoundingBox()671 run.glyphAdvances = &advance; in drawDWMask()
238 glyphRun.glyphAdvances = glyph_advances; in DwRendingString()