Lines Matching defs:oppLast
676 SkTSpan* oppLast = sect2->tail();
677 if (!last || !oppLast) {
681 deleteEmptySpans |= sect2->updateBounded(oppFirst, oppLast, first);
683 sect2->removeSpanRange(oppFirst, oppLast);
872 SkTSpan* oppLast;
874 oppLast = last->findOppT(last->fCoinEnd.perpT());
878 oppEndT = oppMatched ? oppLast->fEndT : oppLast->fStartT;
883 swap(oppFirst, oppLast);
894 if (!oppLast) {
898 SkOPASSERT(oppEndT == oppLast->fEndT);
903 deleteEmptySpans |= sect2->updateBounded(oppFirst, oppLast, first);
905 sect2->removeSpanRange(oppFirst, oppLast);