Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/skparagraph/src/
H A DTextWrapper.cpp294 …auto disableFirstAscent = parent->paragraphStyle().getTextHeightBehavior() & TextHeightBehavior::k… in moveForward()
295 …auto disableLastDescent = parent->paragraphStyle().getTextHeightBehavior() & TextHeightBehavior::k… in moveForward()
H A DParagraphImpl.cpp594 auto disableFirstAscent = this->paragraphStyle().getTextHeightBehavior() & in breakShapedTextIntoLines()
596 auto disableLastDescent = this->paragraphStyle().getTextHeightBehavior() & in breakShapedTextIntoLines()
1053 …auto disableFirstAscent = (paragraphStyle().getTextHeightBehavior() & TextHeightBehavior::kDisable… in computeEmptyMetrics()
1054 …auto disableLastDescent = (paragraphStyle().getTextHeightBehavior() & TextHeightBehavior::kDisable… in computeEmptyMetrics()
/aosp_15_r20/external/skia/modules/skparagraph/include/
H A DParagraphStyle.h113 TextHeightBehavior getTextHeightBehavior() const { return fTextHeightBehavior; } in getTextHeightBehavior() function