Searched refs:PathOpsThreadedRunnable (Results 1 – 14 of 14) sorted by relevance
| /third_party/skia/tests/ |
| D | PathOpsThreadedCommon.h | 20 class PathOpsThreadedRunnable; variable 50 SkTDArray<PathOpsThreadedRunnable*> fRunnables; 54 class PathOpsThreadedRunnable { 56 PathOpsThreadedRunnable(void (*testFun)(PathOpsThreadState*), int a, int b, int c, int d, in PathOpsThreadedRunnable() function 66 PathOpsThreadedRunnable(void (*testFun)(PathOpsThreadState*), const char* str, in PathOpsThreadedRunnable() function 74 PathOpsThreadedRunnable(void (*testFun)(PathOpsThreadState*), int dirNo, const char* str, in PathOpsThreadedRunnable() function
|
| D | PathOpsOpRectThreadedTest.cpp | 99 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST() 190 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
| D | PathOpsTightBoundsTest.cpp | 42 new PathOpsThreadedRunnable(&testTightBoundsLines, 0, 0, 0, 0, &testRunner); in DEF_TEST() 117 new PathOpsThreadedRunnable(&testTightBoundsQuads, 0, 0, 0, 0, &testRunner); in DEF_TEST()
|
| D | PathOpsOpCircleThreadedTest.cpp | 81 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
| D | PathOpsSimplifyDegenerateThreadedTest.cpp | 78 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
| D | PathOpsSimplifyTrianglesThreadedTest.cpp | 86 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
| D | PathOpsSimplifyQuadThreadedTest.cpp | 85 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
| D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 86 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
| D | PathOpsOpCubicThreadedTest.cpp | 90 new PathOpsThreadedRunnable(&testOpCubicsMain, a, b, c, d, &testRunner); in DEF_TEST()
|
| D | PathOpsOpLoopThreadedTest.cpp | 101 new PathOpsThreadedRunnable(&testOpLoopsMain, a, b, c, d, &testRunner); in DEF_TEST()
|
| D | PathOpsQuadLineIntersectionThreadedTest.cpp | 125 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
| D | PathOpsSimplifyRectThreadedTest.cpp | 198 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
| D | PathOpsChalkboardTest.cpp | 158 new PathOpsThreadedRunnable(&testChalkboard, in chalkboard_threaded()
|
| D | PathOpsTigerTest.cpp | 264 new PathOpsThreadedRunnable(&testTiger, in tiger_threaded()
|