Searched refs:OpDebug (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/src/pathops/ |
D | SkPathOpsOp.cpp | 239 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result in OpDebug() function 373 if (!OpDebug(one, two, op, result SkDEBUGPARAMS(false) SkDEBUGPARAMS(nullptr))) { in Op() 381 return OpDebug(one, two, op, result SkDEBUGPARAMS(true) SkDEBUGPARAMS(nullptr)); in Op()
|
D | SkPathOpsCommon.h | 26 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result
|
/third_party/skia/tests/ |
D | PathOpsExtendedTest.cpp | 43 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result 549 if (!OpDebug(a, b, shapeOp, &out SkDEBUGPARAMS(SkipAssert::kYes == skipAssert) in innerPathOp()
|