Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
H A 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 in debugCoinLoopCheck()
[all...]

Completed in 5 milliseconds