Searched refs:textJustify (Results 1 – 3 of 3) sorted by relevance
369 if (style()->textJustify() == TextJustifyDistribute) in textAlignmentForLine()696 TextJustify textJustify = style()->textJustify(); in computeInlineDirectionPositionsForSegment() local710 if (textAlign == JUSTIFY && r != trailingSpaceRun && textJustify != TextJustifyNone) { in computeInlineDirectionPositionsForSegment()
558 …TextJustify textJustify() const { return static_cast<TextJustify>(rareInheritedData->m_textJustify… in textJustify() function
2281 return cssValuePool().createValue(style->textJustify()); in getPropertyCSSValue()