Home
last modified time | relevance | path

Searched refs:debugSkipAssert (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/pathops/
DSkPathOpsTypes.h42 SkArenaAlloc* allocator SkDEBUGPARAMS(bool debugSkipAssert)
84 bool debugSkipAssert() const { return fDebugSkipAssert; } in debugSkipAssert() function
223 this->globalState()->debugSkipAssert())) || (cond))
226 this->globalState()->debugSkipAssert()) || (cond))
229 obj->globalState()->debugSkipAssert()) || (cond))
DSkPathOpsTypes.cpp233 SkDEBUGPARAMS(bool debugSkipAssert) in SkOpGlobalState()
248 SkDEBUGPARAMS(fDebugSkipAssert(debugSkipAssert)) { in SkOpGlobalState()
DSkPathOpsCommon.cpp264 SkASSERT(globalState->debugSkipAssert()); in HandleCoincidence()
317 SkASSERT(globalState->debugSkipAssert()); in HandleCoincidence()
DSkPathOpsOp.cpp54 SkASSERT(segment->globalState()->debugSkipAssert()); in findChaseOp()
60 SkASSERT(segment->globalState()->debugSkipAssert()); in findChaseOp()
DSkDConicLineIntersection.cpp109 || !fIntersections->globalState()->debugSkipAssert()) { in intersect()
DSkAddIntersections.cpp560 SkASSERT(coincidence->globalState()->debugSkipAssert() in AddIntersectTs()
DSkPathOpsTSect.cpp877 if (!this->globalState() || !this->globalState()->debugSkipAssert()) { in extractCoincident()