Searched refs:getTextHeightBehavior (Results 1 – 3 of 3) sorted by relevance
294 …auto disableFirstAscent = parent->paragraphStyle().getTextHeightBehavior() & TextHeightBehavior::k… in moveForward()295 …auto disableLastDescent = parent->paragraphStyle().getTextHeightBehavior() & TextHeightBehavior::k… in moveForward()
594 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()
113 TextHeightBehavior getTextHeightBehavior() const { return fTextHeightBehavior; } in getTextHeightBehavior() function