HomeSort by relevance Sort by last modified time
    Searched refs:debugSkipAssert (Results 1 - 7 of 7) sorted by null

  /external/skia/src/pathops/
SkPathOpsTypes.h 42 SkArenaAlloc* allocator SkDEBUGPARAMS(bool debugSkipAssert)
84 bool debugSkipAssert() const { return fDebugSkipAssert; }
223 this->globalState()->debugSkipAssert())) || (cond))
226 this->globalState()->debugSkipAssert()) || (cond))
229 obj->globalState()->debugSkipAssert()) || (cond))
SkPathOpsTypes.cpp 230 SkDEBUGPARAMS(bool debugSkipAssert)
245 SkDEBUGPARAMS(fDebugSkipAssert(debugSkipAssert)) {
SkPathOpsCommon.cpp 283 SkASSERT(globalState->debugSkipAssert());
336 SkASSERT(globalState->debugSkipAssert());
SkPathOpsOp.cpp 50 SkASSERT(segment->globalState()->debugSkipAssert());
55 SkASSERT(segment->globalState()->debugSkipAssert());
SkDConicLineIntersection.cpp 109 || !fIntersections->globalState()->debugSkipAssert()) {
SkAddIntersections.cpp 557 SkASSERT(coincidence->globalState()->debugSkipAssert()
SkPathOpsTSect.h     [all...]

Completed in 139 milliseconds