Home
last modified time | relevance | path

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

/external/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.cpp230 SkDEBUGPARAMS(bool debugSkipAssert) in SkOpGlobalState()
245 SkDEBUGPARAMS(fDebugSkipAssert(debugSkipAssert)) { in SkOpGlobalState()
DSkPathOpsCommon.cpp283 SkASSERT(globalState->debugSkipAssert()); in HandleCoincidence()
336 SkASSERT(globalState->debugSkipAssert()); in HandleCoincidence()
DSkPathOpsOp.cpp50 SkASSERT(segment->globalState()->debugSkipAssert()); in findChaseOp()
55 SkASSERT(segment->globalState()->debugSkipAssert()); in findChaseOp()
DSkDConicLineIntersection.cpp109 || !fIntersections->globalState()->debugSkipAssert()) { in intersect()
DSkAddIntersections.cpp557 SkASSERT(coincidence->globalState()->debugSkipAssert() in AddIntersectTs()
DSkPathOpsTSect.h1231 if (!this->globalState() || !this->globalState()->debugSkipAssert()) { in extractCoincident()