Searched refs:PathOpsThreadedRunnable (Results 1 – 14 of 14) sorted by relevance
/external/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 | PathOpsTightBoundsTest.cpp | 43 new PathOpsThreadedRunnable(&testTightBoundsLines, 0, 0, 0, 0, &testRunner); in DEF_TEST() 118 new PathOpsThreadedRunnable(&testTightBoundsQuads, 0, 0, 0, 0, &testRunner); in DEF_TEST()
|
D | PathOpsOpCircleThreadedTest.cpp | 73 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
D | PathOpsSimplifyDegenerateThreadedTest.cpp | 79 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
D | PathOpsSimplifyTrianglesThreadedTest.cpp | 89 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
D | PathOpsOpCubicThreadedTest.cpp | 85 new PathOpsThreadedRunnable(&testOpCubicsMain, a, b, c, d, &testRunner); in DEF_TEST()
|
D | PathOpsOpRectThreadedTest.cpp | 92 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
D | PathOpsSimplifyQuadThreadedTest.cpp | 86 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 87 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
D | PathOpsQuadLineIntersectionThreadedTest.cpp | 121 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
D | PathOpsOpLoopThreadedTest.cpp | 96 new PathOpsThreadedRunnable(&testOpLoopsMain, a, b, c, d, &testRunner); in DEF_TEST()
|
D | PathOpsSimplifyRectThreadedTest.cpp | 193 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
D | PathOpsChalkboardTest.cpp | 154 new PathOpsThreadedRunnable(&testChalkboard, in chalkboard_threaded()
|
D | PathOpsTigerTest.cpp | 255 new PathOpsThreadedRunnable(&testTiger, in tiger_threaded()
|