Searched refs:PathOpsThreadedRunnable (Results 1 – 12 of 12) sorted by relevance
/external/skia/tests/ |
D | PathOpsThreadedCommon.h | 15 class PathOpsThreadedRunnable; variable 42 SkTDArray<PathOpsThreadedRunnable*> fRunnables; 46 class PathOpsThreadedRunnable { 48 PathOpsThreadedRunnable(void (*testFun)(PathOpsThreadState*), int a, int b, int c, int d, in PathOpsThreadedRunnable() function 58 PathOpsThreadedRunnable(void (*testFun)(PathOpsThreadState*), const char* str, in PathOpsThreadedRunnable() function 66 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 | 83 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
D | PathOpsOpRectThreadedTest.cpp | 91 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 85 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
D | PathOpsSimplifyTrianglesThreadedTest.cpp | 93 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
D | PathOpsOpCubicThreadedTest.cpp | 91 new PathOpsThreadedRunnable(&testOpCubicsMain, a, b, c, d, &testRunner); in DEF_TEST()
|
D | PathOpsSimplifyQuadThreadedTest.cpp | 89 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
D | PathOpsQuadLineIntersectionThreadedTest.cpp | 119 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|
D | PathOpsOpLoopThreadedTest.cpp | 103 new PathOpsThreadedRunnable(&testOpLoopsMain, a, b, c, d, &testRunner); in DEF_TEST()
|
D | PathOpsSimplifyRectThreadedTest.cpp | 196 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable( in DEF_TEST()
|