Home | History | Annotate | Download | only in Intersection

Lines Matching refs:nextStart

2402     Segment* findNextOp(SkTDArray<Span*>& chase, int& nextStart, int& nextEnd,
2404 const int startIndex = nextStart;
2426 nextStart = endSpan->fOtherIndex;
2427 double startT = other->fTs[nextStart].fT;
2428 nextEnd = nextStart;
2513 nextStart = foundAngle->start();
2519 __FUNCTION__, debugID(), nextSegment->debugID(), nextStart, nextEnd);
2524 Segment* findNextWinding(SkTDArray<Span*>& chase, int& nextStart, int& nextEnd,
2526 const int startIndex = nextStart;
2548 nextStart = endSpan->fOtherIndex;
2549 double startT = other->fTs[nextStart].fT;
2550 nextEnd = nextStart;
2629 nextStart = foundAngle->start();
2634 __FUNCTION__, debugID(), nextSegment->debugID(), nextStart, nextEnd);
2639 Segment* findNextXor(int& nextStart, int& nextEnd, bool& unsortable) {
2640 const int startIndex = nextStart;
2661 nextStart = endSpan->fOtherIndex;
2662 double startT = other->fTs[nextStart].fT;
2672 nextEnd = nextStart;
2678 if (other->fTs[SkMin32(nextStart, nextEnd)].fWindValue) {
2742 nextStart = foundAngle->start();
2747 __FUNCTION__, debugID(), nextSegment->debugID(), nextStart, nextEnd);
6222 int nextStart = index;
6224 Segment* next = current->findNextWinding(chaseArray, nextStart, nextEnd,
6242 index = nextStart;
6287 int nextStart = start;
6289 Segment* next = current->findNextXor(nextStart, nextEnd, unsortable);
6306 start = nextStart;