Home | History | Annotate | Download | only in rendering

Lines Matching refs:JUSTIFY

370     if (!endsWithSoftBreak && alignment == JUSTIFY)
450 if (textAlign == JUSTIFY && r != trailingSpaceRun) {
540 case JUSTIFY:
590 // Only justify text if whitespace is collapsed.
761 // and text align is auto, or justify or left in LTR, or right in RTL, we
784 ((ta == TAAUTO) || (ta == JUSTIFY) ||