Home | History | Annotate | Download | only in Intersection

Lines Matching refs:oSpan

1868             Span* oSpan = oTest;
1871 SkDEBUGCODE(int originalWindValue = oSpan->fWindValue);
1872 while (approximately_negative(otherTMatchStart - oSpan->fT)
1873 && !approximately_negative(otherTMatchEnd - oSpan->fT)) {
1875 SkASSERT(originalWindValue == oSpan->fWindValue);
1878 other.decrementSpan(oSpan);
1879 } else if (track && oSpan->fT < 1 && testT < 1) {
1880 TrackOutside(oOutsideTs, oSpan->fT, testT);
1885 oSpan = &other.fTs[--oIndex];
1888 oTest = oSpan;
3008 Span& oSpan = other->fTs[o];
3009 if (oT == oSpan.fT && this == oSpan.fOther && oSpan.fOtherT == iSpan.fT) {