Lines Matching refs:paragraphStyle

669     switch (paragraphStyle().getTextAlign()) {
743 this->paragraphStyle().getReplaceTabCharacters() ||
744 (!(this->paragraphStyle().getTextTab().location < 1.0)),
746 this->paragraphStyle().getReplaceTabCharacters(),
1151 auto disableFirstAscent = this->paragraphStyle().getTextHeightBehavior() &
1153 auto disableLastDescent = this->paragraphStyle().getTextHeightBehavior() &
1218 if (addEllipsis && this->paragraphStyle().getEllipsisMod() == EllipsisModal::TAIL) {
1220 } else if (addEllipsis && this->paragraphStyle().getEllipsisMod() == EllipsisModal::HEAD) {
1256 auto disableFirstAscent = this->paragraphStyle().getTextHeightBehavior() &
1258 auto disableLastDescent = this->paragraphStyle().getTextHeightBehavior() &
1354 line.format(effectiveAlign, noIndentWidth, this->paragraphStyle().getEllipsisMod());
1359 auto strutStyle = this->paragraphStyle().getStrutStyle();
1408 fStrutMetrics.setForceStrut(this->paragraphStyle().getStrutStyle().getForceStrutHeight());
1458 TextStyle textStyle = paragraphStyle().getTextStyle();
1745 TextStyle textStyle = paragraphStyle().getTextStyle();
1759 fEmptyMetrics = InternalLineMetrics(font, paragraphStyle().getStrutStyle().getForceStrutHeight());
1761 if (!paragraphStyle().getStrutStyle().getForceStrutHeight() &&
1769 if (paragraphStyle().getStrutStyle().getHalfLeading()) {
1787 auto disableFirstAscent = (paragraphStyle().getTextHeightBehavior() & TextHeightBehavior::kDisableFirstAscent) == TextHeightBehavior::kDisableFirstAscent;
1788 auto disableLastDescent = (paragraphStyle().getTextHeightBehavior() & TextHeightBehavior::kDisableLastDescent) == TextHeightBehavior::kDisableLastDescent;