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))
230 SkDEBUGPARAMS(bool debugSkipAssert) in SkOpGlobalState()245 SkDEBUGPARAMS(fDebugSkipAssert(debugSkipAssert)) { in SkOpGlobalState()
283 SkASSERT(globalState->debugSkipAssert()); in HandleCoincidence()336 SkASSERT(globalState->debugSkipAssert()); in HandleCoincidence()
50 SkASSERT(segment->globalState()->debugSkipAssert()); in findChaseOp()55 SkASSERT(segment->globalState()->debugSkipAssert()); in findChaseOp()
109 || !fIntersections->globalState()->debugSkipAssert()) { in intersect()
557 SkASSERT(coincidence->globalState()->debugSkipAssert() in AddIntersectTs()
1231 if (!this->globalState() || !this->globalState()->debugSkipAssert()) { in extractCoincident()