Home | History | Annotate | Download | only in core

Lines Matching refs:isVerticalText

1066     if (this->isVerticalText()) {
1221 const int xyIndex = paint.isVerticalText() ? 1 : 0;
1344 const int xyIndex = paint.isVerticalText() ? 1 : 0;
1675 if (paint.isVerticalText()) {
2442 SkAddFlagToString(str, this->isVerticalText(), "VerticalText", &needSeparator);
2558 fXYIndex = paint.isVerticalText() ? 1 : 0;