Lines Matching refs:paragraphStyle
475 } else if (fOwner->paragraphStyle().getTextDirection() == TextDirection::kRtl) {
803 if (fOwner->paragraphStyle().getTextDirection() == TextDirection::kRtl) {
1127 TextStyle textStyle = fOwner->paragraphStyle().getTextStyle();
1226 if (fOwner->paragraphStyle().getTextDirection() == TextDirection::kLtr) {
1364 if (fOwner->paragraphStyle().getTextDirection() == TextDirection::kLtr) {
1617 fOwner->paragraphStyle().getEllipsisMod() == EllipsisModal::HEAD;
1619 bool ellipsisModeIsHead = fOwner->paragraphStyle().getEllipsisMod() == EllipsisModal::HEAD;
1843 auto paragraphStyle = fOwner->paragraphStyle();
1891 const auto& strutStyle = paragraphStyle.getStrutStyle();
1925 if (paragraphStyle.getTextAlign() == TextAlign::kJustify && isLastLine())
1936 } else if (paragraphStyle.getTextDirection() == TextDirection::kRtl &&
1944 } else if (paragraphStyle.getTextDirection() == TextDirection::kLtr &&
1995 boxes.emplace_back(trailingSpaces, paragraphStyle.getTextDirection());
2528 TextDirection textDirection = fOwner->paragraphStyle().getTextDirection();