Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsDebug.h381 void DumpOp(const SkPath& one, const SkPath& two, SkPathOp op,
383 void DumpOp(FILE* file, const SkPath& one, const SkPath& two, SkPathOp op,
DSkPathOpsOp.cpp259 DumpOp(one, two, op, testName); in OpDebug()
DSkPathOpsDebug.cpp2902 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()