Searched refs:PathOpsThreadedRunnable (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/skia/tests/ |
H A D | PathOpsThreadedCommon.h | 20 class PathOpsThreadedRunnable; variable 51 SkTDArray<PathOpsThreadedRunnable*> fRunnables; 55 class PathOpsThreadedRunnable { 57 PathOpsThreadedRunnable(void (*testFun)(PathOpsThreadState*), int a, int b, int c, int d, in PathOpsThreadedRunnable() function 67 PathOpsThreadedRunnable(void (*testFun)(PathOpsThreadState*), const char* str, in PathOpsThreadedRunnable() function 75 PathOpsThreadedRunnable(void (*testFun)(PathOpsThreadState*), int dirNo, const char* str, in PathOpsThreadedRunnable() function
|
H A D | PathOpsOpRectThreadedTest.cpp | 109 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST() 200 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
H A D | PathOpsTightBoundsTest.cpp | 52 new PathOpsThreadedRunnable(&testTightBoundsLines, 0, 0, 0, 0, &testRunner); in DEF_TEST() 127 new PathOpsThreadedRunnable(&testTightBoundsQuads, 0, 0, 0, 0, &testRunner); in DEF_TEST()
|
H A D | PathOpsOpCircleThreadedTest.cpp | 90 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
H A D | PathOpsSimplifyQuadThreadedTest.cpp | 91 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
H A D | PathOpsSimplifyDegenerateThreadedTest.cpp | 84 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
H A D | PathOpsSimplifyTrianglesThreadedTest.cpp | 92 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
H A D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 92 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
H A D | PathOpsOpCubicThreadedTest.cpp | 98 new PathOpsThreadedRunnable(&testOpCubicsMain, a, b, c, d, &testRunner); in DEF_TEST()
|
H A D | PathOpsOpLoopThreadedTest.cpp | 108 new PathOpsThreadedRunnable(&testOpLoopsMain, a, b, c, d, &testRunner); in DEF_TEST()
|
H A D | PathOpsQuadLineIntersectionThreadedTest.cpp | 130 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
H A D | PathOpsSimplifyRectThreadedTest.cpp | 204 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
H A D | PathOpsChalkboardTest.cpp | 168 new PathOpsThreadedRunnable(&testChalkboard, in chalkboard_threaded()
|
H A D | PathOpsTigerTest.cpp | 270 new PathOpsThreadedRunnable(&testTiger, in tiger_threaded()
|