Searched refs:DumpOp (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsDebug.h | 381 void DumpOp(const SkPath& one, const SkPath& two, SkPathOp op, 383 void DumpOp(FILE* file, const SkPath& one, const SkPath& two, SkPathOp op,
|
D | SkPathOpsOp.cpp | 259 DumpOp(one, two, op, testName); in OpDebug()
|
D | SkPathOpsDebug.cpp | 2902 void DumpOp(const SkPath& one, const SkPath& two, SkPathOp op, in DumpOp() function 2905 DumpOp(file, one, two, op, testName); in DumpOp() 2908 void DumpOp(FILE* file, const SkPath& one, const SkPath& two, SkPathOp op, in DumpOp() function 3017 DumpOp(stderr, one, two, op, "opTest"); in ReportOpFail() 3050 DumpOp(stderr, one, two, op, "opTest"); in VerifyOp()
|