/third_party/skia/tests/ |
H A D | PathOpsSimplifyTest.cpp | 17 testSimplify(reporter, path, filename); in testLine1() 27 testSimplify(reporter, path, filename); in testLine1x() 62 testSimplify(reporter, path, filename); in testLine2() 70 testSimplify(reporter, path, filename); in testLine2x() 77 testSimplify(reporter, path, filename); in testLine3() 85 testSimplify(reporter, path, filename); in testLine3x() 92 testSimplify(reporter, path, filename); in testLine3a() 100 testSimplify(reporter, path, filename); in testLine3ax() 107 testSimplify(reporter, path, filename); in testLine3b() 115 testSimplify(reporte in testLine3bx() [all...] |
H A D | PathOpsExtendedTest.h | 44 extern bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadState& state, 46 extern bool testSimplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename);
|
H A D | PathOpsSimplifyQuadThreadedTest.cpp | 61 pathStr.appendf(" testSimplify(reporter, path, filename);\n"); in testSimplifyQuadsMain() 65 testSimplify(path, false, out, state, pathStr.c_str()); in testSimplifyQuadsMain() 70 testSimplify(path, true, out, state, pathStr.c_str()); in testSimplifyQuadsMain()
|
H A D | PathOpsSimplifyDegenerateThreadedTest.cpp | 54 testSimplify(path, false, out, state, pathStr.c_str()); in testSimplifyDegeneratesMain() 59 testSimplify(path, true, out, state, pathStr.c_str()); in testSimplifyDegeneratesMain()
|
H A D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 67 testSimplify(path, false, out, state, pathStr.c_str()); in testSimplifyQuadralateralsMain() 72 testSimplify(path, true, out, state, pathStr.c_str()); in testSimplifyQuadralateralsMain()
|
H A D | PathOpsSimplifyTrianglesThreadedTest.cpp | 57 testSimplify(path, false, out, state, pathStr.c_str()); in testSimplifyTrianglesMain() 62 testSimplify(path, true, out, state, pathStr.c_str()); in testSimplifyTrianglesMain()
|
H A D | PathOpsSimplifyRectThreadedTest.cpp | 176 testSimplify(path, false, out, state, pathStr.c_str()); in testSimplify4x4RectsMain() 180 testSimplify(path, true, out, state, pathStr.c_str()); in testSimplify4x4RectsMain()
|
H A D | PathOpsTigerTest.cpp | 92 testSimplify(reporter, path, filename); in tiger8() 135 testSimplify(reporter, path, filename); in tiger8a() 182 testSimplify(reporter, path, testName.c_str()); in tiger8a_x() 235 testSimplify(reporter, path, testName.c_str()); in tiger8b_x() 320 testSimplify(reporter, path, filename); in tiger8b()
|
H A D | PathOpsExtendedTest.cpp | 360 bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadState& state, 384 const char testFunction[] = "testSimplify(reporter, path);"; 511 bool testSimplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename) { in testSimplify() function 659 const char testFunction[] = "testSimplify(path);"; in outputProgress()
|
H A D | PathOpsSimplifyFailTest.cpp | 114 testSimplify(reporter, path, filename); in fuzz_x1() 124 testSimplify(reporter, path, filename); in fuzz_x2()
|
H A D | PathOpsChalkboardTest.cpp | 88 testSimplify(reporter, path, testName.c_str()); in chalkboard()
|
H A D | PathOpsBuilderConicTest.cpp | 397 testSimplify(reporter, lastFailed, __FUNCTION__); in DEF_TEST() 410 testSimplify(reporter, path, __FUNCTION__); in DEF_TEST()
|