Lines Matching refs:paragraphStyle
91 TextTabAlign textTabAlign(endOfClusters->getOwner()->paragraphStyle().getTextTab());
739 auto maxLines = parent->paragraphStyle().getMaxLines();
740 auto align = parent->paragraphStyle().effective_align();
743 auto hasEllipsis = parent->paragraphStyle().ellipsized();
745 auto disableFirstAscent = parent->paragraphStyle().getTextHeightBehavior() & TextHeightBehavior::kDisableFirstAscent;
746 auto disableLastDescent = parent->paragraphStyle().getTextHeightBehavior() & TextHeightBehavior::kDisableLastDescent;
774 if (maxLines == 1 && parent->paragraphStyle().getEllipsisMod() == EllipsisModal::HEAD) {
860 if (parent->paragraphStyle().getEllipsisMod() == EllipsisModal::HEAD && hasEllipsis) {
1212 auto maxLines = parent->paragraphStyle().getMaxLines();
1213 auto align = parent->paragraphStyle().effective_align();
1216 auto hasEllipsis = parent->paragraphStyle().ellipsized();
1217 auto disableFirstAscent = parent->paragraphStyle().getTextHeightBehavior() & TextHeightBehavior::kDisableFirstAscent;
1218 auto disableLastDescent = parent->paragraphStyle().getTextHeightBehavior() & TextHeightBehavior::kDisableLastDescent;