Home
last modified time | relevance | path

Searched refs:oppLast (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsTSect.h979 SkTSpan<OppCurve, TCurve>* oppLast = sect2->tail(); in coincidentForce() local
981 deleteEmptySpans |= sect2->updateBounded(oppFirst, oppLast, first); in coincidentForce()
983 sect2->removeSpanRange(oppFirst, oppLast); in coincidentForce()
1163 SkTSpan<OppCurve, TCurve>* oppLast; in extractCoincident() local
1165 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()
DSkOpSegment.cpp1341 SkOpSpanBase* oppLast = oppSpan; in moveMultiples() local
1352 oppLast = oppNext; in moveMultiples()
1354 if (oppFirst == oppLast) { in moveMultiples()
1392 } while (oppTest != oppLast && (oppTest = oppTest->upCast()->next())); in moveMultiples()
DSkPathOpsDebug.cpp742 const SkOpSpanBase* oppLast = oppSpan; in debugMoveMultiples() local
753 oppLast = oppNext; in debugMoveMultiples()
755 if (oppFirst == oppLast) { in debugMoveMultiples()
791 } while (oppTest != oppLast && (oppTest = oppTest->upCast()->next())); in debugMoveMultiples()