Home | History | Annotate | Download | only in Intersection

Lines Matching refs:nextSpan

916             const Span& nextSpan = (*fSpans)[index + step];
917 if (thisSpan.fTiny || precisely_equal(thisSpan.fT, nextSpan.fT)) {
920 fUnsortable = step > 0 ? thisSpan.fUnsortableStart : nextSpan.fUnsortableEnd;
925 (*SegmentXYAtT[fVerb])(fPts, nextSpan.fT, &ePt);
2306 end = nextSpan(start, 1);
2923 int end = nextSpan(firstT, step);
2926 end = nextSpan(firstT, step);
3681 int nextSpan(int from, int step) const {
3697 // that all callers to nextSpan should use this instead.
5897 endIndex = bestSeg->nextSpan(bestTIndex, 1);
6019 const Span& nextSpan = segment->span(lesser);
6020 if (!nextSpan.fDone) {