Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
DRun.h127 SkScalar calculateHeight(LineMetricStyle ascentStyle, LineMetricStyle descentStyle) const { in calculateHeight() argument
128 auto ascent = ascentStyle == LineMetricStyle::Typographic ? this->ascent() in calculateHeight()
442 SkScalar runTop(const Run* run, LineMetricStyle ascentStyle) const { in runTop() argument
444 … (ascentStyle == LineMetricStyle::Typographic ? run->ascent() : run->correctAscent()) + delta(); in runTop()