Lines Matching defs:next
93 const SkOpPtT* next() const {
97 SkOpPtT* next() {
172 bool fDuplicatePt; // set if identical pt is somewhere in the next loop
208 const SkOpSpanBase* next = this;
209 while ((next = next->fCoinEnd) != this) {
210 if (next == coin) {
340 return fPtT.next()->next() == &fPtT;
408 SkOpAngle* fFromAngle; // points to next angle from span start to end
441 const SkOpSpan* next = this;
442 while ((next = next->fCoincident) != this) {
443 if (next == coin) {
495 SkOpSpanBase* next() const {
567 SkOpAngle* fToAngle; // points to next angle from span start to end
568 SkOpSpanBase* fNext; // next intersection point
573 int fTopTTry; // specifies direction and t value to try next
574 bool fDone; // if set, this span to next higher T has been processed