Searched refs:DumpOp (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/src/pathops/ |
D | SkPathOpsDebug.h | 402 void DumpOp(const SkPath& one, const SkPath& two, SkPathOp op, 404 void DumpOp(FILE* file, const SkPath& one, const SkPath& two, SkPathOp op,
|
D | SkPathOpsOp.cpp | 246 SkPathOpsDebug::DumpOp(one, two, op, testName); in OpDebug()
|
D | SkPathOpsDebug.cpp | 2927 void SkPathOpsDebug::DumpOp(const SkPath& one, const SkPath& two, SkPathOp op, in DumpOp() function in SkPathOpsDebug 2930 DumpOp(file, one, two, op, testName); in DumpOp() 2933 void SkPathOpsDebug::DumpOp(FILE* file, const SkPath& one, const SkPath& two, SkPathOp op, in DumpOp() function in SkPathOpsDebug 3041 DumpOp(stderr, one, two, op, "opTest"); in ReportOpFail() 3074 DumpOp(stderr, one, two, op, "opTest"); in VerifyOp()
|