Home
last modified time | relevance | path

Searched refs:textSizeY (Results 1 – 2 of 2) sorted by relevance

/external/skqp/modules/skshaper/src/
DSkShaper_harfbuzz.cpp662 double textSizeY = run.fFont.getSize() / scaleY; in shape() local
670 glyph.fOffset.fY = pos[i].y_offset * textSizeY; in shape()
672 glyph.fAdvance.fY = pos[i].y_advance * textSizeY; in shape()
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp1392 double textSizeY = run.fFont.getSize() / scaleY; in shape() local
1400 glyph.fOffset.fY = pos[i].y_offset * textSizeY; in shape()
1402 glyph.fAdvance.fY = pos[i].y_advance * textSizeY; in shape()