Searched refs:OpDebug (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsCommon.h | 27 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result, bool expectSuccess);
|
D | SkPathOpsOp.cpp | 225 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result, in OpDebug() function 307 return OpDebug(one, two, op, result, true); in Op()
|
/external/skia/tests/ |
D | PathOpsExtendedTest.cpp | 492 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result, bool expectSuccess); 500 if (!OpDebug(a, b, shapeOp, &out, expectSuccess)) { in innerPathOp()
|