Home
last modified time | relevance | path

Searched refs:testSimplify (Results 1 – 20 of 20) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DPathOpsSimplifyTest.cpp17 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 …]
H A DPathOpsExtendedTest.h44 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 DPathOpsSimplifyDegenerateThreadedTest.cpp54 testSimplify(path, false, out, state, pathStr.c_str()); in testSimplifyDegeneratesMain()
59 testSimplify(path, true, out, state, pathStr.c_str()); in testSimplifyDegeneratesMain()
H A DPathOpsSimplifyQuadThreadedTest.cpp65 testSimplify(path, false, out, state, pathStr.c_str()); in testSimplifyQuadsMain()
70 testSimplify(path, true, out, state, pathStr.c_str()); in testSimplifyQuadsMain()
H A DPathOpsSimplifyTrianglesThreadedTest.cpp57 testSimplify(path, false, out, state, pathStr.c_str()); in testSimplifyTrianglesMain()
62 testSimplify(path, true, out, state, pathStr.c_str()); in testSimplifyTrianglesMain()
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp67 testSimplify(path, false, out, state, pathStr.c_str()); in testSimplifyQuadralateralsMain()
72 testSimplify(path, true, out, state, pathStr.c_str()); in testSimplifyQuadralateralsMain()
H A DPathOpsSimplifyRectThreadedTest.cpp176 testSimplify(path, false, out, state, pathStr.c_str()); in testSimplify4x4RectsMain()
180 testSimplify(path, true, out, state, pathStr.c_str()); in testSimplify4x4RectsMain()
H A DPathOpsTigerTest.cpp92 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 DPathOpsSimplifyFailTest.cpp114 testSimplify(reporter, path, filename); in fuzz_x1()
124 testSimplify(reporter, path, filename); in fuzz_x2()
H A DPathOpsExtendedTest.cpp360 bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadState& state, in testSimplify() function
511 bool testSimplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename) { in testSimplify() function
H A DPathOpsChalkboardTest.cpp88 testSimplify(reporter, path, testName.c_str()); in chalkboard()
H A DPathOpsBuilderConicTest.cpp397 testSimplify(reporter, lastFailed, __FUNCTION__); in DEF_TEST()
410 testSimplify(reporter, path, __FUNCTION__); in DEF_TEST()
/dports/math/analitza/analitza-21.12.3/analitza/tests/
H A Danalitzatest.h43 void testSimplify();
H A Danalitzatest.cpp719 void AnalitzaTest::testSimplify() in testSimplify() function in AnalitzaTest
/dports/cad/digital/Digital-0.27/src/test/java/de/neemann/digital/analyse/quinemc/
H A DSimplifyTest.java23 public void testSimplify() throws Exception, FormatterException { in testSimplify() method in SimplifyTest
H A DQuineMcCluskeyTest.java60 public void testSimplify() throws ExpressionException, FormatterException { in testSimplify() method in QuineMcCluskeyTest
/dports/devel/fpc-fcl-fpcunit/fpc-3.2.2/packages/fcl-fpcunit/src/exampletests/
H A Dmoneytest.pp35 procedure testSimplify;
177 procedure TMoneyTest.testSimplify;
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-fpcunit/src/exampletests/
H A Dmoneytest.pp35 procedure testSimplify;
177 procedure TMoneyTest.testSimplify;
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/algebraic-graphs-0.5/test/Algebra/Graph/Test/
H A DGraph.hs78 testSimplify t
H A DGeneric.hs1688 testSimplify :: TestsuiteInt g -> IO ()
1689 testSimplify (prefix, API{..}) = do function