Searched refs:fMaxRunAscent (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/experimental/editor/ |
D | shape.cpp | 57 if (0 == fMaxRunAscent || 0 == fMaxRunDescent) { in finalRect() 66 fCurrentPosition.y() + fMaxRunAscent, in finalRect() 85 SkScalar fMaxRunAscent = 0; member in __anon6eb1d2e50111::RunHandler 95 fMaxRunAscent = 0; in beginLine() 103 fMaxRunAscent = SkTMin(fMaxRunAscent, metrics.fAscent); in runInfo() 109 fCurrentPosition.fY -= fMaxRunAscent; in commitRunInfo() 165 fOffset += { 0, fMaxRunDescent + fMaxRunLeading - fMaxRunAscent }; in commitLine()
|
/third_party/skia/modules/skplaintexteditor/src/ |
D | shape.cpp | 57 if (0 == fMaxRunAscent || 0 == fMaxRunDescent) { in finalRect() 66 fCurrentPosition.y() + fMaxRunAscent, in finalRect() 85 SkScalar fMaxRunAscent = 0; member in __anonad6c09a90111::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()
|
/third_party/flutter/skia/modules/skshaper/src/ |
D | SkShaper.cpp | 134 fMaxRunAscent = 0; in beginLine() 141 fMaxRunAscent = SkTMin(fMaxRunAscent, metrics.fAscent); in runInfo() 147 fCurrentPosition.fY -= fMaxRunAscent; in commitRunInfo() 179 fOffset += { 0, fMaxRunDescent + fMaxRunLeading - fMaxRunAscent }; in commitLine()
|
/third_party/skia/modules/skshaper/src/ |
D | SkShaper.cpp | 208 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()
|
/third_party/flutter/skia/modules/skshaper/include/ |
D | SkShaper.h | 230 SkScalar fMaxRunAscent; variable
|
/third_party/skia/modules/skshaper/include/ |
D | SkShaper.h | 282 SkScalar fMaxRunAscent; variable
|