Searched defs:debugSkipAssert (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsTypes.h42 SkArenaAlloc* allocator SkDEBUGPARAMS(bool debugSkipAssert)
84 bool debugSkipAssert() const { return fDebugSkipAssert; } function in class:SkOpGlobalState
223 this->globalState()->debugSkipAssert())) || (cond))
226 this->globalState()->debugSkipAssert()) || (cond))
229 obj->globalState()->debugSkipAssert()) || (cond))
/external/skqp/src/pathops/
H A DSkPathOpsTypes.h42 SkArenaAlloc* allocator SkDEBUGPARAMS(bool debugSkipAssert)
84 bool debugSkipAssert() const { return fDebugSkipAssert; } function in class:SkOpGlobalState
223 this->globalState()->debugSkipAssert())) || (cond))
226 this->globalState()->debugSkipAssert()) || (cond))
229 obj->globalState()->debugSkipAssert()) || (cond))

Completed in 201 milliseconds