Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-directwrite.cc764 float* glyphAdvances = (float*) malloc (maxGlyphCount * sizeof (float)); in _hb_directwrite_shape() local
794 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()
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp414 run.glyphAdvances = &advance; in getBoundingBox()
671 run.glyphAdvances = &advance; in drawDWMask()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_dwrite.cpp238 glyphRun.glyphAdvances = glyph_advances; in DwRendingString()