Home | History | Annotate | Download | only in rendering

Lines Matching refs:JUSTIFY

346             if (textAlign == JUSTIFY && r != trailingSpaceRun) {
400 case JUSTIFY:
469 // Only justify text if whitespace is collapsed.
563 // and text align is auto, or justify or left in LTR, or right in RTL, we
586 ((ta == TAAUTO) || (ta == JUSTIFY) ||