Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-directwrite.cc694 float* glyphAdvances = (float*) malloc (maxGlyphCount * sizeof (float)); in _hb_directwrite_shape_full() local
724 glyphAdvances, glyphOffsets); in _hb_directwrite_shape_full()
756 glyphAdvances, glyphOffsets, justifiedGlyphAdvances, justifiedGlyphOffsets); in _hb_directwrite_shape_full()
785 glyphAdvances, justifiedGlyphAdvances, justifiedGlyphOffsets, in _hb_directwrite_shape_full()
808 free (glyphAdvances); in _hb_directwrite_shape_full()
814 glyphAdvances = modifiedGlyphAdvances; in _hb_directwrite_shape_full()
822 free (glyphAdvances); in _hb_directwrite_shape_full()
825 glyphAdvances = justifiedGlyphAdvances; in _hb_directwrite_shape_full()
866 info->mask = glyphAdvances[i]; in _hb_directwrite_shape_full()
892 free (glyphAdvances); in _hb_directwrite_shape_full()
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp452 run.glyphAdvances = &advance; in getBoundingBox()
532 run.glyphAdvances = &advance; in getColorGlyphRun()
777 run.glyphAdvances = &advance; in drawDWMask()
889 colorGlyph->glyphRun.glyphAdvances, in generateColorGlyphImage()
/external/pdfium/core/fxge/win32/
Dfx_win32_dwrite.cpp257 glyphRun.glyphAdvances = glyph_advances; in DwRendingString()