Home | History | Annotate | Download | only in pathops

Lines Matching refs:fOtherIndex

71     int oIndex = span->fOtherIndex;
395 span.fOtherIndex = otherIndex;
905 int oIndex = span->fOtherIndex;
1222 int peekStart = span.fOtherIndex;
1226 int peekLast = span.fOtherIndex;
1258 if (peekIndex == span.fOtherIndex) { // skip the other span pointed to by this span
1358 int oIndex = thisSpan->fOtherIndex;
1365 int nIndex = nextSpan->fOtherIndex;
1427 endIndex = span->fOtherIndex;
1430 startIndex = span->fOtherIndex;
1509 *nextStart = endSpan->fOtherIndex;
1597 last->fOther->fTs[last->fOtherIndex].fOther->debugID(), last->fWindSum,
1640 *nextStart = endSpan->fOtherIndex;
1718 last->fOther->fTs[last->fOtherIndex].fOther->debugID(), last->fWindSum,
1758 *nextStart = endSpan->fOtherIndex;
1989 SkDEBUGCODE(iSpan.fOtherIndex = -1);
1993 iSpan.fOtherIndex = o;
1994 oSpan.fOtherIndex = i;
1998 SkASSERT(iSpan.fOtherIndex >= 0);
2223 last->fOther->fTs[last->fOtherIndex].fOther->debugID());
2244 last->fOther->fTs[last->fOtherIndex].fOther->debugID());
2549 *index = endSpan.fOtherIndex;
3047 other->fID, fTs[i].fOtherT, fTs[i].fOtherIndex);
3067 SkASSERT(&span == &span.fOther->fTs[span.fOtherIndex].fOther->
3068 fTs[span.fOther->fTs[span.fOtherIndex].fOtherIndex]);
3070 span.fT, span.fOther->fTs[span.fOtherIndex].fOtherIndex, pt.fX, pt.fY,
3088 SkASSERT(&span == &span.fOther->fTs[span.fOtherIndex].fOther->
3089 fTs[span.fOther->fTs[span.fOtherIndex].fOtherIndex]);
3091 span.fT, span.fOther->fTs[span.fOtherIndex].fOtherIndex, pt.fX, pt.fY,
3281 int otherIndex = span.fOtherIndex;
3286 SkASSERT(&fTs[i] == &otherSpan.fOther->fTs[otherSpan.fOtherIndex]);