Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DRun.h125 SkScalar calculateHeight(LineMetricStyle ascentStyle, LineMetricStyle descentStyle) const { in calculateHeight() argument
126 auto ascent = ascentStyle == LineMetricStyle::Typographic ? this->ascent() in calculateHeight()
438 SkScalar runTop(const Run* run, LineMetricStyle ascentStyle) const { in runTop() argument
440 … (ascentStyle == LineMetricStyle::Typographic ? run->ascent() : run->correctAscent()) + delta(); in runTop()