Searched refs:testSimplify (Results 1 – 9 of 9) sorted by relevance
/external/skia/tests/ |
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(reporter, path, filename); in testLine3bx() [all …]
|
D | PathOpsExtendedTest.h | 47 extern bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadState& state, 49 extern bool testSimplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename);
|
D | PathOpsSimplifyDegenerateThreadedTest.cpp | 59 testSimplify(path, false, out, state, pathStr); in testSimplifyDegeneratesMain() 64 testSimplify(path, true, out, state, pathStr); in testSimplifyDegeneratesMain()
|
D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 66 testSimplify(path, false, out, state, pathStr); in testSimplifyQuadralateralsMain() 71 testSimplify(path, true, out, state, pathStr); in testSimplifyQuadralateralsMain()
|
D | PathOpsSimplifyTrianglesThreadedTest.cpp | 63 testSimplify(path, false, out, state, pathStr); in testSimplifyTrianglesMain() 69 testSimplify(path, true, out, state, pathStr); in testSimplifyTrianglesMain()
|
D | PathOpsSimplifyQuadThreadedTest.cpp | 69 testSimplify(path, false, out, state, pathStr); in testSimplifyQuadsMain() 74 testSimplify(path, true, out, state, pathStr); in testSimplifyQuadsMain()
|
D | PathOpsSimplifyRectThreadedTest.cpp | 174 testSimplify(path, false, out, state, pathStr); in testSimplify4x4RectsMain() 178 testSimplify(path, true, out, state, pathStr); in testSimplify4x4RectsMain()
|
D | PathOpsExtendedTest.cpp | 424 bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadState& state, in testSimplify() function 484 bool testSimplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename) { in testSimplify() function
|
D | PathOpsBuilderConicTest.cpp | 394 testSimplify(reporter, lastFailed, __FUNCTION__); in DEF_TEST() 407 testSimplify(reporter, path, __FUNCTION__); in DEF_TEST()
|