Lines Matching refs:fOtherIndex

115     int oIndex = span->fOtherIndex;
444 span.fOtherIndex = otherIndex;
466 oStartIndex = span.fOtherIndex;
496 oEndIndex = span.fOtherIndex;
849 SkOpSpan& oSpan = other->fTs[span->fOtherIndex];
852 SkASSERT(span->fOtherIndex - 1 >= 0);
854 SkDEBUGCODE(SkOpSpan& oPrior = other->fTs[span->fOtherIndex - 1]);
856 other->addEndSpan(span->fOtherIndex);
860 SkASSERT(span->fOtherIndex + 1 < other->count());
862 SkASSERT(!oSpan.fTiny && (other->fTs[span->fOtherIndex + 1].fT > 0
863 || (other->fTs[span->fOtherIndex + 1].fFromAngle == NULL
864 && other->fTs[span->fOtherIndex + 1].fToAngle == NULL)));
913 SkOpSpan& oSpan2 = other2->fTs[oSpan.fOtherIndex];
963 int oIndex = span->fOtherIndex;
1955 int oIndex = thisSpan->fOtherIndex;
2053 int peekStart = span.fOtherIndex;
2057 int peekLast = span.fOtherIndex;
2089 if (peekIndex == span.fOtherIndex) { // skip the other span pointed to by this span
2168 const SkOpSpan* oSpan = &other->fTs[base->fOtherIndex];
2285 int oIndex = thisSpan->fOtherIndex;
2510 int oIndex = thisSpan->fOtherIndex;
2517 int nIndex = nextSpan->fOtherIndex;
2607 endIndex = span->fOtherIndex;
2610 startIndex = span->fOtherIndex;
2779 last->fOther->fTs[last->fOtherIndex].fOther->debugID(), last->fWindSum,
2893 last->fOther->fTs[last->fOtherIndex].fOther->debugID(), last->fWindSum,
3184 SkDEBUGCODE(iSpan.fOtherIndex = -1);
3188 iSpan.fOtherIndex = o;
3189 oSpan.fOtherIndex = i;
3193 SkASSERT(iSpan.fOtherIndex >= 0);
3480 last->fOther->fTs[last->fOtherIndex].fOther->debugID());
3501 last->fOther->fTs[last->fOtherIndex].fOther->debugID());
3854 foundIndex = endSpan.fOtherIndex;
4046 SkOpSpan& oSpan = other->fTs[span.fOtherIndex];