Searched refs:DumpOp (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsDebug.h384 static void DumpOp(const SkPath& one, const SkPath& two, SkPathOp op,
386 static void DumpOp(FILE* file, const SkPath& one, const SkPath& two, SkPathOp op,
H A DSkPathOpsOp.cpp232 SkPathOpsDebug::DumpOp(one, two, op, testName);
H A DSkPathOpsDebug.cpp2941 void SkPathOpsDebug::DumpOp(const SkPath& one, const SkPath& two, SkPathOp op, function in class:SkPathOpsDebug
2944 DumpOp(file, one, two, op, testName);
2947 void SkPathOpsDebug::DumpOp(FILE* file, const SkPath& one, const SkPath& two, SkPathOp op, function in class:SkPathOpsDebug
3055 DumpOp(stderr, one, two, op, "opTest");
3088 DumpOp(stderr, one, two, op, "opTest");

Completed in 57 milliseconds