HomeSort by relevance Sort by last modified time
    Searched defs:debugSkipAssert (Results 1 - 2 of 2) 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))
  /external/skqp/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))

Completed in 55 milliseconds