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

/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp2444 SkOpSpanBase* nextCoin; local
2446 nextCoin = next->fCoinEnd;
2447 SkASSERT(nextCoin == this || nextCoin->fCoinEnd != nextCoin);
2460 } while ((next = nextCoin) && next != this);
2615 SkOpSpan* nextCoin; local
2617 nextCoin = next->fCoincident;
2618 SkASSERT(nextCoin == this || nextCoin
[all...]

Completed in 58 milliseconds