Home
last modified time | relevance | path

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

/external/skia/modules/skplaintexteditor/src/
Dshape.cpp57 if (0 == fMaxRunAscent || 0 == fMaxRunDescent) { in finalRect()
66 fCurrentPosition.y() + fMaxRunAscent, in finalRect()
85 SkScalar fMaxRunAscent = 0; member in __anon129c303d0111::RunHandler
95 fMaxRunAscent = 0; in beginLine()
103 fMaxRunAscent = std::min(fMaxRunAscent, metrics.fAscent); in runInfo()
109 fCurrentPosition.fY -= fMaxRunAscent; in commitRunInfo()
164 fOffset += { 0, fMaxRunDescent + fMaxRunLeading - fMaxRunAscent }; in commitLine()
/external/skia/modules/skshaper/src/
DSkShaper.cpp208 fMaxRunAscent = 0; in beginLine()
215 fMaxRunAscent = std::min(fMaxRunAscent, metrics.fAscent); in runInfo()
221 fCurrentPosition.fY -= fMaxRunAscent; in commitRunInfo()
252 fOffset += { 0, fMaxRunDescent + fMaxRunLeading - fMaxRunAscent }; in commitLine()
/external/skia/modules/skshaper/include/
DSkShaper.h278 SkScalar fMaxRunAscent; variable