Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
DTextWrapper.cpp278 …auto disableFirstAscent = parent->paragraphStyle().getTextHeightBehavior() & TextHeightBehavior::k… in breakTextIntoLines() local
355 if (disableFirstAscent && firstLine) { in breakTextIntoLines()
450 if (disableFirstAscent) { in breakTextIntoLines()
DParagraphImpl.cpp932 …auto disableFirstAscent = (paragraphStyle().getTextHeightBehavior() & TextHeightBehavior::kDisable… in computeEmptyMetrics() local
935 disableFirstAscent ? fEmptyMetrics.rawAscent() : fEmptyMetrics.ascent(), in computeEmptyMetrics()