Lines Matching defs:next
90 fT = span->t() * (1 - t) + span->next()->t() * t;
118 } while ((testSegment = testSegment->next()));
193 SkOpSpanBase* next;
195 next = span->next();
196 if (approximately_equal(tHit, next->t())) {
199 if (tHit < next->t()) {
202 } while (!next->final() && (span = next->upCast()));
259 } while ((contour = contour->next()));
313 const SkPoint& next = sorted[index + 1]->fPt;
314 if (SkDPoint::ApproximatelyEqual(next, hit->fPt)) {
359 (void) hitSegment->markAndChaseWinding(span, span->next(), windSum, oppSum, nullptr);
360 (void) hitSegment->markAndChaseWinding(span->next(), span, windSum, oppSum, nullptr);
375 SkOpSpanBase* next;
377 next = span->next();
387 } while (!next->final() && (span = next->upCast()));
404 } while ((testSegment = testSegment->next()));
423 } while ((contour = contour->next()));