Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsDebug.cpp1557 SkOpSpanBase* nextCoin; in debugCoinEndLoopCheck() local
1559 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() local
1628 nextCoin = next->fCoincident; in debugCoinLoopCheck()
1629 SkASSERT(nextCoin == this || nextCoin->fCoincident != nextCoin); in debugCoinLoopCheck()
1642 } while ((next = nextCoin) && next != this); in debugCoinLoopCheck()