Home
last modified time | relevance | path

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

/external/skqp/src/pathops/
DSkPathOpsDebug.cpp2457 SkOpSpanBase* nextCoin; in debugCoinEndLoopCheck() local
2459 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() local
2630 nextCoin = next->fCoincident; in debugCoinLoopCheck()
2631 SkASSERT(nextCoin == this || nextCoin->fCoincident != nextCoin); in debugCoinLoopCheck()
2644 } while ((next = nextCoin) && next != this); in debugCoinLoopCheck()
/external/skia/src/pathops/
DSkPathOpsDebug.cpp2434 SkOpSpanBase* nextCoin; in debugCoinEndLoopCheck() local
2436 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() local
2607 nextCoin = next->fCoincident; in debugCoinLoopCheck()
2608 SkASSERT(nextCoin == this || nextCoin->fCoincident != nextCoin); in debugCoinLoopCheck()
2621 } while ((next = nextCoin) && next != this); in debugCoinLoopCheck()