Home | History | Annotate | Download | only in rendering

Lines Matching refs:ta

564             int ta = style()->textAlign();
577 ((ta == TAAUTO) || (ta == JUSTIFY) ||
578 ((ta == LEFT || ta == WEBKIT_LEFT) && (dir == LTR)) ||
579 ((ta == RIGHT || ta == WEBKIT_RIGHT) && (dir == RTL))));