Searched refs:DumpOp (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsDebug.h | 423 void DumpOp(const SkPath& one, const SkPath& two, SkPathOp op, 425 void DumpOp(FILE* file, const SkPath& one, const SkPath& two, SkPathOp op,
|
D | SkPathOpsOp.cpp | 248 SkPathOpsDebug::DumpOp(one, two, op, testName); in OpDebug()
|
D | SkPathOpsDebug.cpp | 2954 void SkPathOpsDebug::DumpOp(const SkPath& one, const SkPath& two, SkPathOp op, in DumpOp() function in SkPathOpsDebug 2957 DumpOp(file, one, two, op, testName); in DumpOp() 2960 void SkPathOpsDebug::DumpOp(FILE* file, const SkPath& one, const SkPath& two, SkPathOp op, in DumpOp() function in SkPathOpsDebug 3068 DumpOp(stderr, one, two, op, "opTest"); in ReportOpFail() 3101 DumpOp(stderr, one, two, op, "opTest"); in VerifyOp()
|
/external/skqp/src/pathops/ |
D | SkPathOpsDebug.h | 423 void DumpOp(const SkPath& one, const SkPath& two, SkPathOp op, 425 void DumpOp(FILE* file, const SkPath& one, const SkPath& two, SkPathOp op,
|
D | SkPathOpsOp.cpp | 248 SkPathOpsDebug::DumpOp(one, two, op, testName); in OpDebug()
|
D | SkPathOpsDebug.cpp | 2954 void SkPathOpsDebug::DumpOp(const SkPath& one, const SkPath& two, SkPathOp op, in DumpOp() function in SkPathOpsDebug 2957 DumpOp(file, one, two, op, testName); in DumpOp() 2960 void SkPathOpsDebug::DumpOp(FILE* file, const SkPath& one, const SkPath& two, SkPathOp op, in DumpOp() function in SkPathOpsDebug 3068 DumpOp(stderr, one, two, op, "opTest"); in ReportOpFail() 3101 DumpOp(stderr, one, two, op, "opTest"); in VerifyOp()
|