Home | History | Annotate | Download | only in core

Lines Matching refs:isVerticalText

762     if (this->isVerticalText()) {
879 const int xyIndex = paint.isVerticalText() ? 1 : 0;
988 const int xyIndex = paint.isVerticalText() ? 1 : 0;
1437 if (paint.isVerticalText()) {
2140 SkAddFlagToString(str, this->isVerticalText(), "VerticalText", &needSeparator);
2257 fXYIndex = paint.isVerticalText() ? 1 : 0;