Home | History | Annotate | Download | only in core

Lines Matching refs:isVerticalText

845     if (this->isVerticalText()) {
967 const int xyIndex = paint.isVerticalText() ? 1 : 0;
1090 const int xyIndex = paint.isVerticalText() ? 1 : 0;
1453 if (paint.isVerticalText()) {
2244 SkAddFlagToString(str, this->isVerticalText(), "VerticalText", &needSeparator);
2358 fXYIndex = paint.isVerticalText() ? 1 : 0;