Home
last modified time | relevance | path

Searched refs:OpDebug (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsCommon.h28 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result,
DSkPathOpsOp.cpp248 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/
DPathOpsExtendedTest.cpp502 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result,
511 if (!OpDebug(a, b, shapeOp, &out, expectSuccess SkDEBUGPARAMS(testName))) { in innerPathOp()