Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/pathops/
H A DSkOpSpan.h450 bool debugCoinLoopCheck() const;
H A DSkPathOpsDebug.cpp2573 SkASSERT(this->upCast()->debugCoinLoopCheck()); in debugValidate()
2584 bool SkOpSpan::debugCoinLoopCheck() const { in debugCoinLoopCheck() function in SkOpSpan
/aosp_15_r20/external/skia/tests/
H A DPathOpsDebug.cpp797 bool ok = debugCoinLoopCheck(); in dumpCoin()