Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-directwrite.cc652 DWRITE_GLYPH_OFFSET* glyphOffsets = new DWRITE_GLYPH_OFFSET[maxGlyphCount]; in _hb_directwrite_shape_full() local
678 glyphAdvances, glyphOffsets); in _hb_directwrite_shape_full()
701 glyphAdvances, glyphOffsets, justifiedGlyphAdvances, in _hb_directwrite_shape_full()
745 delete [] glyphOffsets; in _hb_directwrite_shape_full()
751 glyphOffsets = modifiedGlyphOffsets; in _hb_directwrite_shape_full()
759 delete [] glyphOffsets; in _hb_directwrite_shape_full()
762 glyphOffsets = justifiedGlyphOffsets; in _hb_directwrite_shape_full()
802 info->var1.i32 = glyphOffsets[i].advanceOffset; in _hb_directwrite_shape_full()
803 info->var2.i32 = glyphOffsets[i].ascenderOffset; in _hb_directwrite_shape_full()
826 delete [] glyphOffsets; in _hb_directwrite_shape_full()
/external/skqp/src/ports/
DSkScalerContext_win_dw.cpp458 run.glyphOffsets = &offset; in getBoundingBox()
558 run.glyphOffsets = &offset; in getColorGlyphRun()
590 colorGlyph->glyphRun.glyphOffsets, in generateColorMetrics()
931 run.glyphOffsets = &offset; in drawDWMask()
1040 colorGlyph->glyphRun.glyphOffsets, in generateColorGlyphImage()
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp458 run.glyphOffsets = &offset; in getBoundingBox()
558 run.glyphOffsets = &offset; in getColorGlyphRun()
590 colorGlyph->glyphRun.glyphOffsets, in generateColorMetrics()
933 run.glyphOffsets = &offset; in drawDWMask()
1042 colorGlyph->glyphRun.glyphOffsets, in generateColorGlyphImage()
/external/pdfium/core/fxge/win32/
Dfx_win32_dwrite.cpp258 glyphRun.glyphOffsets = (DWRITE_GLYPH_OFFSET*)glyph_offsets; in DwRendingString()