Home | History | Annotate | Download | only in page

Lines Matching refs:textDirection

133     TextDirection textDirection = style->direction();
137 // is horizontal, then we use TextDirection to choose between those options. If the WritingMode
140 if ((isHorizontalWritingMode && textDirection == LTR) || writingMode == LeftToRightWritingMode)
147 // is vertical, then we use TextDirection to choose between those options.
148 if (writingMode == TopToBottomWritingMode || (!isHorizontalWritingMode && textDirection == RTL))