Searched refs:DumpOp (Results 1 – 6 of 6) sorted by relevance
/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()
|
/external/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()
|