Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-directwrite.cc765 DWRITE_GLYPH_OFFSET* glyphOffsets = (DWRITE_GLYPH_OFFSET*) in _hb_directwrite_shape() local
794 glyphAdvances, glyphOffsets); in _hb_directwrite_shape()
825 glyphAdvances, glyphOffsets, justifiedGlyphAdvances, justifiedGlyphOffsets); in _hb_directwrite_shape()
879 free (glyphOffsets); in _hb_directwrite_shape()
885 glyphOffsets = modifiedGlyphOffsets; in _hb_directwrite_shape()
893 free(glyphOffsets); in _hb_directwrite_shape()
896 glyphOffsets = justifiedGlyphOffsets; in _hb_directwrite_shape()
937 info->var1.i32 = glyphOffsets[i].advanceOffset; in _hb_directwrite_shape()
938 info->var2.i32 = glyphOffsets[i].ascenderOffset; in _hb_directwrite_shape()
963 free (glyphOffsets); in _hb_directwrite_shape()
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp420 run.glyphOffsets = &offset; in getBoundingBox()
677 run.glyphOffsets = &offset; in drawDWMask()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_dwrite.cpp239 glyphRun.glyphOffsets = (DWRITE_GLYPH_OFFSET*)glyph_offsets; in DwRendingString()