Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h310 SkTSpan<OppCurve, TCurve>* oppFirst);
978 SkTSpan<OppCurve, TCurve>* oppFirst = sect2->fHead; in coincidentForce() local
980 bool deleteEmptySpans = this->updateBounded(first, last, oppFirst); in coincidentForce()
981 deleteEmptySpans |= sect2->updateBounded(oppFirst, oppLast, first); in coincidentForce()
983 sect2->removeSpanRange(oppFirst, oppLast); in coincidentForce()
995 oppFirst->fStartT = oppStartT; in coincidentForce()
996 oppFirst->fEndT = oppEndT; in coincidentForce()
997 oppFirst->resetBounds(sect2->fCurve); in coincidentForce()
999 sect2->removeCoincident(oppFirst, true); in coincidentForce()
1132 SkTSpan<OppCurve, TCurve>* oppFirst = first->findOppT(first->fCoinStart.perpT()); in extractCoincident() local
[all …]
DSkOpSegment.cpp1327 SkOpSpanBase* oppFirst = oppSpan; in moveMultiples() local
1338 oppFirst = oppPrev; in moveMultiples()
1354 if (oppFirst == oppLast) { in moveMultiples()
1357 SkOpSpanBase* oppTest = oppFirst; in moveMultiples()
DSkPathOpsDebug.cpp728 const SkOpSpanBase* oppFirst = oppSpan; in debugMoveMultiples() local
739 oppFirst = oppPrev; in debugMoveMultiples()
755 if (oppFirst == oppLast) { in debugMoveMultiples()
758 const SkOpSpanBase* oppTest = oppFirst; in debugMoveMultiples()