Searched refs:nextCoin (Results 1 – 2 of 2) sorted by relevance
2457 SkOpSpanBase* nextCoin; in debugCoinEndLoopCheck() local2459 nextCoin = next->fCoinEnd; in debugCoinEndLoopCheck()2460 SkASSERT(nextCoin == this || nextCoin->fCoinEnd != nextCoin); in debugCoinEndLoopCheck()2473 } while ((next = nextCoin) && next != this); in debugCoinEndLoopCheck()2628 SkOpSpan* nextCoin; in debugCoinLoopCheck() local2630 nextCoin = next->fCoincident; in debugCoinLoopCheck()2631 SkASSERT(nextCoin == this || nextCoin->fCoincident != nextCoin); in debugCoinLoopCheck()2644 } while ((next = nextCoin) && next != this); in debugCoinLoopCheck()
2434 SkOpSpanBase* nextCoin; in debugCoinEndLoopCheck() local2436 nextCoin = next->fCoinEnd; in debugCoinEndLoopCheck()2437 SkASSERT(nextCoin == this || nextCoin->fCoinEnd != nextCoin); in debugCoinEndLoopCheck()2450 } while ((next = nextCoin) && next != this); in debugCoinEndLoopCheck()2605 SkOpSpan* nextCoin; in debugCoinLoopCheck() local2607 nextCoin = next->fCoincident; in debugCoinLoopCheck()2608 SkASSERT(nextCoin == this || nextCoin->fCoincident != nextCoin); in debugCoinLoopCheck()2621 } while ((next = nextCoin) && next != this); in debugCoinLoopCheck()