Searched refs:oppPrev (Results 1 – 5 of 5) sorted by relevance
34 void addOpp(SkOpPtT* opp, SkOpPtT* oppPrev) { in addOpp() argument38 SkASSERT(oppPrev != oldNext); in addOpp()39 oppPrev->fNext = oldNext; in addOpp()54 void debugAddOpp(const SkOpPtT* opp, const SkOpPtT* oppPrev) const;104 SkOpPtT* oppPrev(const SkOpPtT* opp) const { in oppPrev() function106 SkOpPtT* oppPrev = opp->fNext; in oppPrev() local107 if (oppPrev == this) { in oppPrev()110 while (oppPrev->fNext != opp) { in oppPrev()111 oppPrev = oppPrev->fNext; in oppPrev()112 if (oppPrev == this) { in oppPrev()[all …]
153 SkOpPtT* oppPrev = this->ptT()->oppPrev(opp->ptT()); in addOpp() local154 if (!oppPrev) { in addOpp()158 this->ptT()->addOpp(opp->ptT(), oppPrev); in addOpp()
241 SkOpPtT* oppPrev = test->ptT()->oppPrev(newPtT); in addExpanded() local242 if (oppPrev) { in addExpanded()246 writableTest->ptT()->addOpp(newPtT, oppPrev); in addExpanded()1293 SkOpSpanBase* oppPrev = oppSpan; in moveMultiples() local1295 while ((oppPrev = oppPrev->prev())) { in moveMultiples()1296 if (!roughly_equal(oppPrev->t(), oppSpan->t())) { in moveMultiples()1299 if (oppPrev->spanAddsCount() == addCount) { in moveMultiples()1302 if (oppPrev->deleted()) { in moveMultiples()1305 oppFirst = oppPrev; in moveMultiples()
526 SkOpPtT* oppPrev = testTAt->oppPrev(nextTAt); // Returns nullptr if pair in AddIntersectTs() local527 if (oppPrev) { // already share a pt-t loop. in AddIntersectTs()529 testTAt->addOpp(nextTAt, oppPrev); in AddIntersectTs()
969 const SkOpSpanBase* oppPrev = oppSpan; in debugMoveMultiples() local971 while ((oppPrev = oppPrev->prev())) { in debugMoveMultiples()972 if (!roughly_equal(oppPrev->t(), oppSpan->t())) { in debugMoveMultiples()975 if (oppPrev->spanAddsCount() == addCount) { in debugMoveMultiples()978 if (oppPrev->deleted()) { in debugMoveMultiples()981 oppFirst = oppPrev; in debugMoveMultiples()2402 const SkOpPtT* oppPrev = this->ptT()->oppPrev(opp->ptT()); in debugAddOpp() local2403 if (!oppPrev) { in debugAddOpp()2407 this->ptT()->debugAddOpp(opp->ptT(), oppPrev); in debugAddOpp()2700 void SkOpPtT::debugAddOpp(const SkOpPtT* opp, const SkOpPtT* oppPrev) const { in debugAddOpp()[all …]