Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DRun.h79 SkScalar correctAscent() const { in correctAscent() function
362 fAscent = std::min(fAscent, run->correctAscent()); in add()
DTextLine.cpp407 position += - context.run->correctAscent(); in paintDecorations()
420 position += - context.run->correctAscent(); in paintDecorations()
/external/skia/tests/
DSkParagraphTest.cpp3989 REPORTER_ASSERT(reporter, impl->runs()[4].correctAscent() != impl->runs()[6].correctAscent()); in DEF_TEST()