Lines Matching refs:nextSpan
1163 end = nextSpan(start, 1);
1348 SkOpSpan* nextSpan = thisSpan + 1;
1350 double nextT = nextSpan->fT;
1355 SkASSERT(thisSpan->fPt == nextSpan->fPt);
1357 SkOpSegment* nextOther = nextSpan->fOther;
1365 int nIndex = nextSpan->fOtherIndex;
1377 double nMidT = (nextSpan->fOtherT + nSpan.fT) / 2;
1393 missing.fOtherT = nextSpan->fOtherT;
1897 int end = nextSpan(firstT, step);
1900 end = nextSpan(firstT, step);
2568 int SkOpSegment::nextSpan(int from, int step) const {
2584 // that all callers to nextSpan should use this instead.