Lines Matching defs:next
412 } while (!oSpan->final() && (oSpan = oSpan->upCast()->next()));
414 ? checkEnd->upCast()->next() : nullptr
419 : checkEnd ? checkEnd->upCast()->next() : fEnd->segment()->tail();
592 // Larger changes (like changing the constant in the next block) cause other
733 // OPTIMIZE: return where insertion succeeded. Then, start next insertion on opposite side
753 SkOpAngle* next = fNext;
754 if (next->fNext == this) {
757 angle->fNext = next;
759 next->fNext = angle;
768 SkASSERT(last->fNext == next);
771 angle->fNext = next;
775 last = next;
781 next = next->fNext;
825 const SkOpAngle* next = this;
827 next = next->fNext;
829 } while (next && next != first);
844 SkOpAngle* next = working->fNext;
847 working = next;
946 SkOpAngle* next = last->fNext;
947 if (next == this) {
950 last = next;