Home
last modified time | relevance | path

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

/external/skqp/src/pathops/
DSkPathOpsTSect.cpp548 double tStep, double* resultT, double* oppT, SkTSpan** oppFirst) { in binarySearchCoin() argument
584 *oppFirst = nullptr; // signal caller to fail in binarySearchCoin()
674 SkTSpan* oppFirst = sect2->fHead; in coincidentForce() local
679 bool deleteEmptySpans = this->updateBounded(first, last, oppFirst); in coincidentForce()
680 deleteEmptySpans |= sect2->updateBounded(oppFirst, oppLast, first); in coincidentForce()
682 sect2->removeSpanRange(oppFirst, oppLast); in coincidentForce()
695 oppFirst->fStartT = oppStartT; in coincidentForce()
696 oppFirst->fEndT = oppEndT; in coincidentForce()
697 oppFirst->resetBounds(sect2->fCurve); in coincidentForce()
699 sect2->removeCoincident(oppFirst, true); in coincidentForce()
[all …]
DSkPathOpsTSect.h293 double* oppT, SkTSpan** oppFirst);
351 SkTSpan* oppFirst);
DSkOpSegment.cpp1294 SkOpSpanBase* oppFirst = oppSpan; in moveMultiples() local
1305 oppFirst = oppPrev; in moveMultiples()
1321 if (oppFirst == oppLast) { in moveMultiples()
1324 SkOpSpanBase* oppTest = oppFirst; in moveMultiples()
DSkPathOpsDebug.cpp993 const SkOpSpanBase* oppFirst = oppSpan; in debugMoveMultiples() local
1004 oppFirst = oppPrev; in debugMoveMultiples()
1020 if (oppFirst == oppLast) { in debugMoveMultiples()
1023 const SkOpSpanBase* oppTest = oppFirst; in debugMoveMultiples()
/external/skia/src/pathops/
DSkPathOpsTSect.cpp548 double tStep, double* resultT, double* oppT, SkTSpan** oppFirst) { in binarySearchCoin() argument
584 *oppFirst = nullptr; // signal caller to fail in binarySearchCoin()
674 SkTSpan* oppFirst = sect2->fHead; in coincidentForce() local
679 bool deleteEmptySpans = this->updateBounded(first, last, oppFirst); in coincidentForce()
680 deleteEmptySpans |= sect2->updateBounded(oppFirst, oppLast, first); in coincidentForce()
682 sect2->removeSpanRange(oppFirst, oppLast); in coincidentForce()
695 oppFirst->fStartT = oppStartT; in coincidentForce()
696 oppFirst->fEndT = oppEndT; in coincidentForce()
697 oppFirst->resetBounds(sect2->fCurve); in coincidentForce()
699 sect2->removeCoincident(oppFirst, true); in coincidentForce()
[all …]
DSkPathOpsTSect.h293 double* oppT, SkTSpan** oppFirst);
351 SkTSpan* oppFirst);
DSkOpSegment.cpp1294 SkOpSpanBase* oppFirst = oppSpan; in moveMultiples() local
1305 oppFirst = oppPrev; in moveMultiples()
1321 if (oppFirst == oppLast) { in moveMultiples()
1324 SkOpSpanBase* oppTest = oppFirst; in moveMultiples()
DSkPathOpsDebug.cpp992 const SkOpSpanBase* oppFirst = oppSpan; in debugMoveMultiples() local
1003 oppFirst = oppPrev; in debugMoveMultiples()
1019 if (oppFirst == oppLast) { in debugMoveMultiples()
1022 const SkOpSpanBase* oppTest = oppFirst; in debugMoveMultiples()