Searched refs:oppLast (Results 1 – 3 of 3) sorted by relevance
979 SkTSpan<OppCurve, TCurve>* oppLast = sect2->tail(); in coincidentForce() local981 deleteEmptySpans |= sect2->updateBounded(oppFirst, oppLast, first); in coincidentForce()983 sect2->removeSpanRange(oppFirst, oppLast); in coincidentForce()1163 SkTSpan<OppCurve, TCurve>* oppLast; in extractCoincident() local1165 oppLast = last->findOppT(last->fCoinEnd.perpT()); in extractCoincident()1167 SkDEBUGCODE(oppEndT = oppMatched ? oppLast->fEndT : oppLast->fStartT); in extractCoincident()1169 SkTSwap(oppFirst, oppLast); in extractCoincident()1176 SkASSERT(oppEndT == oppLast->fEndT); in extractCoincident()1181 deleteEmptySpans |= sect2->updateBounded(oppFirst, oppLast, first); in extractCoincident()1183 sect2->removeSpanRange(oppFirst, oppLast); in extractCoincident()
1341 SkOpSpanBase* oppLast = oppSpan; in moveMultiples() local1352 oppLast = oppNext; in moveMultiples()1354 if (oppFirst == oppLast) { in moveMultiples()1392 } while (oppTest != oppLast && (oppTest = oppTest->upCast()->next())); in moveMultiples()
742 const SkOpSpanBase* oppLast = oppSpan; in debugMoveMultiples() local753 oppLast = oppNext; in debugMoveMultiples()755 if (oppFirst == oppLast) { in debugMoveMultiples()791 } while (oppTest != oppLast && (oppTest = oppTest->upCast()->next())); in debugMoveMultiples()