Searched refs:checkFail (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/tests/ |
D | PathOpsExtendedTest.h | 39 const SkPathOp , const char* testName, bool checkFail); 48 const char* filename, bool checkFail);
|
D | PathOpsExtendedTest.cpp | 522 bool checkFail) { in testSimplifyCheck() argument 523 return inner_simplify(reporter, path, filename, checkFail ? in testSimplifyCheck() 610 const SkPathOp shapeOp, const char* testName, bool checkFail) { in testPathOpCheck() argument 611 return innerPathOp(reporter, a, b, shapeOp, testName, checkFail ? in testPathOpCheck()
|