Home | History | Annotate | Download | only in tests

Lines Matching full:upcast

1012         this->upCast()->dumpSpan();
1017 } else if (this->final() || !this->upCast()->isCoincident()) {
1098 } while (!span->final() && (span = span->upCast()->next()));
1109 } while (!span->final() && (span = span->upCast()->next()));
1118 const SkOpAngle* tAngle = span->final() ? nullptr : span->upCast()->toAngle();
1127 } while (!span->final() && (span = span->upCast()->next()));