Searched refs:disableLastDescent (Results 1 – 2 of 2) sorted by relevance
279 …auto disableLastDescent = parent->paragraphStyle().getTextHeightBehavior() & TextHeightBehavior::k… in breakTextIntoLines() local358 if (disableLastDescent && (lastLine || (startLine == end && !fHardLineBreak ))) { in breakTextIntoLines()453 if (disableLastDescent && !fHardLineBreak) { in breakTextIntoLines()467 if (disableLastDescent) { in breakTextIntoLines()
933 …auto disableLastDescent = (paragraphStyle().getTextHeightBehavior() & TextHeightBehavior::kDisable… in computeEmptyMetrics() local936 disableLastDescent ? fEmptyMetrics.rawDescent() : fEmptyMetrics.descent(), in computeEmptyMetrics()