Searched refs:debugSkipAssert (Results 1 – 7 of 7) sorted by relevance
42 SkArenaAlloc* allocator SkDEBUGPARAMS(bool debugSkipAssert)84 bool debugSkipAssert() const { return fDebugSkipAssert; } in debugSkipAssert() function223 this->globalState()->debugSkipAssert())) || (cond))226 this->globalState()->debugSkipAssert()) || (cond))229 obj->globalState()->debugSkipAssert()) || (cond))
233 SkDEBUGPARAMS(bool debugSkipAssert) in SkOpGlobalState()248 SkDEBUGPARAMS(fDebugSkipAssert(debugSkipAssert)) { in SkOpGlobalState()
264 SkASSERT(globalState->debugSkipAssert()); in HandleCoincidence()317 SkASSERT(globalState->debugSkipAssert()); in HandleCoincidence()
54 SkASSERT(segment->globalState()->debugSkipAssert()); in findChaseOp()60 SkASSERT(segment->globalState()->debugSkipAssert()); in findChaseOp()
109 || !fIntersections->globalState()->debugSkipAssert()) { in intersect()
560 SkASSERT(coincidence->globalState()->debugSkipAssert() in AddIntersectTs()
877 if (!this->globalState() || !this->globalState()->debugSkipAssert()) { in extractCoincident()