Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkOpSpan.h450 bool debugCoinLoopCheck() const;
DSkPathOpsDebug.cpp2591 SkASSERT(this->upCast()->debugCoinLoopCheck()); in debugValidate()
2602 bool SkOpSpan::debugCoinLoopCheck() const { in debugCoinLoopCheck() function in SkOpSpan
/third_party/skia/tests/
DPathOpsDebug.cpp776 bool ok = debugCoinLoopCheck(); in dumpCoin()