Searched refs:debugSkipAssert (Results 1 - 14 of 14) 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))
H A DSkPathOpsTypes.cpp233 SkDEBUGPARAMS(bool debugSkipAssert)
248 SkDEBUGPARAMS(fDebugSkipAssert(debugSkipAssert)) {
H A DSkPathOpsCommon.cpp283 SkASSERT(globalState->debugSkipAssert());
336 SkASSERT(globalState->debugSkipAssert());
H A DSkPathOpsOp.cpp50 SkASSERT(segment->globalState()->debugSkipAssert());
55 SkASSERT(segment->globalState()->debugSkipAssert());
H A DSkDConicLineIntersection.cpp109 || !fIntersections->globalState()->debugSkipAssert()) {
H A DSkAddIntersections.cpp557 SkASSERT(coincidence->globalState()->debugSkipAssert()
H A DSkPathOpsTSect.h1231 if (!this->globalState() || !this->globalState()->debugSkipAssert()) {
/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))
H A DSkPathOpsTypes.cpp233 SkDEBUGPARAMS(bool debugSkipAssert)
248 SkDEBUGPARAMS(fDebugSkipAssert(debugSkipAssert)) {
H A DSkPathOpsCommon.cpp283 SkASSERT(globalState->debugSkipAssert());
336 SkASSERT(globalState->debugSkipAssert());
H A DSkPathOpsOp.cpp50 SkASSERT(segment->globalState()->debugSkipAssert());
55 SkASSERT(segment->globalState()->debugSkipAssert());
H A DSkDConicLineIntersection.cpp109 || !fIntersections->globalState()->debugSkipAssert()) {
H A DSkAddIntersections.cpp557 SkASSERT(coincidence->globalState()->debugSkipAssert()
H A DSkPathOpsTSect.h1231 if (!this->globalState() || !this->globalState()->debugSkipAssert()) {

Completed in 274 milliseconds