Searched refs:OpDebug (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsCommon.h | 28 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result,
|
D | SkPathOpsOp.cpp | 248 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result, in OpDebug() function 415 if (!OpDebug(one, two, op, result, true SkDEBUGPARAMS(nullptr))) { in Op() 457 return OpDebug(one, two, op, result, true SkDEBUGPARAMS(nullptr)); in Op()
|
/external/skia/tests/ |
D | PathOpsExtendedTest.cpp | 502 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result, 511 if (!OpDebug(a, b, shapeOp, &out, expectSuccess SkDEBUGPARAMS(testName))) { in innerPathOp()
|