Searched refs:PathOpsThreadedRunnable (Results 1 – 14 of 14) sorted by relevance
| /external/skia/tests/ |
| D | PathOpsThreadedCommon.h | 19 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 | 109 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST() 200 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
| 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()
|
| D | PathOpsOpCircleThreadedTest.cpp | 90 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
| D | PathOpsSimplifyQuadThreadedTest.cpp | 91 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
| D | PathOpsSimplifyDegenerateThreadedTest.cpp | 84 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
| D | PathOpsSimplifyTrianglesThreadedTest.cpp | 92 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
| D | PathOpsOpCubicThreadedTest.cpp | 98 new PathOpsThreadedRunnable(&testOpCubicsMain, a, b, c, d, &testRunner); in DEF_TEST()
|
| D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 92 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
| D | PathOpsOpLoopThreadedTest.cpp | 108 new PathOpsThreadedRunnable(&testOpLoopsMain, a, b, c, d, &testRunner); in DEF_TEST()
|
| D | PathOpsQuadLineIntersectionThreadedTest.cpp | 130 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
| D | PathOpsSimplifyRectThreadedTest.cpp | 204 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
| D | PathOpsChalkboardTest.cpp | 168 new PathOpsThreadedRunnable(&testChalkboard, in chalkboard_threaded()
|
| D | PathOpsTigerTest.cpp | 270 new PathOpsThreadedRunnable(&testTiger, in tiger_threaded()
|