Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsCommon.h27 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result, bool expectSuccess);
DSkPathOpsOp.cpp225 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/
DPathOpsExtendedTest.cpp492 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result, bool expectSuccess);
500 if (!OpDebug(a, b, shapeOp, &out, expectSuccess)) { in innerPathOp()