Searched refs:correctAscent (Results 1 – 6 of 6) sorted by relevance
92 SkScalar correctAscent() const { return fCorrectAscent + fBaselineShift; } in correctAscent() function129 : this->correctAscent(); in calculateHeight()396 fAscent = std::min(fAscent, run->correctAscent()); in add()444 … (ascentStyle == LineMetricStyle::Typographic ? run->ascent() : run->correctAscent()) + delta(); in runTop()
36 calculatePosition(decoration, context.run->correctAscent()); in paint()
74 SkScalar correctAscent() const { in correctAscent() function315 fAscent = SkTMin(fAscent, run->correctAscent()); in add()
279 position = -run->correctAscent() + thickness; in paintDecorations()285 position = (run->correctDescent() - run->correctAscent() - thickness) / 2; in paintDecorations()
3082 REPORTER_ASSERT(reporter, impl->runs()[1].correctAscent() != impl->runs()[3].correctAscent()); in DEF_TEST()3084 REPORTER_ASSERT(reporter, impl->runs()[3].correctAscent() != impl->runs()[5].correctAscent()); in DEF_TEST()3086 REPORTER_ASSERT(reporter, impl->runs()[1].correctAscent() != impl->runs()[5].correctAscent()); in DEF_TEST()
4311 …ER_ASSERT(reporter, impl->runs()[3 + spaceRun].correctAscent() != impl->runs()[5 + spaceRun].corre… in UNIX_ONLY_TEST()