Home
last modified time | relevance | path

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

/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp1403 double SkScalarFromHBPosY = -(1.52587890625e-5); // HarfBuzz y-up, Skia y-down in shape() local
1410 glyph.fOffset.fY = pos[i].y_offset * SkScalarFromHBPosY; in shape()
1412 glyph.fAdvance.fY = pos[i].y_advance * SkScalarFromHBPosY; in shape()