Searched refs:nextCoin (Results 1 – 1 of 1) sorted by relevance
1557 SkOpSpanBase* nextCoin; in debugCoinEndLoopCheck() local1559 nextCoin = next->fCoinEnd; in debugCoinEndLoopCheck()1560 SkASSERT(nextCoin == this || nextCoin->fCoinEnd != nextCoin); in debugCoinEndLoopCheck()1573 } while ((next = nextCoin) && next != this); in debugCoinEndLoopCheck()1626 SkOpSpan* nextCoin; in debugCoinLoopCheck() local1628 nextCoin = next->fCoincident; in debugCoinLoopCheck()1629 SkASSERT(nextCoin == this || nextCoin->fCoincident != nextCoin); in debugCoinLoopCheck()1642 } while ((next = nextCoin) && next != this); in debugCoinLoopCheck()