Home | History | Annotate | Download | only in pathops

Lines Matching full:ispan

1985         SkOpSpan& iSpan = fTs[i];
1986 double oT = iSpan.fOtherT;
1987 SkOpSegment* other = iSpan.fOther;
1989 SkDEBUGCODE(iSpan.fOtherIndex = -1);
1992 if (oT == oSpan.fT && this == oSpan.fOther && oSpan.fOtherT == iSpan.fT) {
1993 iSpan.fOtherIndex = o;
1998 SkASSERT(iSpan.fOtherIndex >= 0);