Searched refs:OpDebug (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsCommon.h | 26 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result
|
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()
|
/external/skqp/src/pathops/ |
D | SkPathOpsCommon.h | 26 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result
|
D | SkPathOpsOp.cpp | 241 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result in OpDebug() function 374 if (!OpDebug(one, two, op, result SkDEBUGPARAMS(false) SkDEBUGPARAMS(nullptr))) { in Op() 382 return OpDebug(one, two, op, result SkDEBUGPARAMS(true) SkDEBUGPARAMS(nullptr)); in Op()
|
/external/skqp/tests/ |
D | PathOpsExtendedTest.cpp | 42 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result 665 if (!OpDebug(a, b, shapeOp, &out SkDEBUGPARAMS(SkipAssert::kYes == skipAssert) in innerPathOp()
|
/external/skia/tests/ |
D | PathOpsExtendedTest.cpp | 42 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result 663 if (!OpDebug(a, b, shapeOp, &out SkDEBUGPARAMS(SkipAssert::kYes == skipAssert) in innerPathOp()
|