Searched refs:PathOpsThreadState (Results 1 – 16 of 16) sorted by relevance
| /third_party/skia/tests/ |
| D | PathOpsThreadedCommon.h | 26 struct PathOpsThreadState { struct 56 PathOpsThreadedRunnable(void (*testFun)(PathOpsThreadState*), int a, int b, int c, int d, in PathOpsThreadedRunnable() argument 66 PathOpsThreadedRunnable(void (*testFun)(PathOpsThreadState*), const char* str, in PathOpsThreadedRunnable() argument 74 PathOpsThreadedRunnable(void (*testFun)(PathOpsThreadState*), int dirNo, const char* str, in PathOpsThreadedRunnable() argument 90 PathOpsThreadState fState; 91 void (*fTestFun)(PathOpsThreadState*);
|
| D | PathOpsOpRectThreadedTest.cpp | 23 static void testPathOpsRectsMain(PathOpsThreadState* data) in testPathOpsRectsMain() 27 PathOpsThreadState& state = *data; in testPathOpsRectsMain() 112 static void testPathOpsFastMain(PathOpsThreadState* data) in testPathOpsFastMain() 119 PathOpsThreadState& state = *data; in testPathOpsFastMain()
|
| D | PathOpsExtendedTest.h | 16 struct PathOpsThreadState; 44 extern bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadState& state,
|
| D | PathOpsOpCircleThreadedTest.cpp | 17 static void testOpCirclesMain(PathOpsThreadState* data) { in testOpCirclesMain() 20 PathOpsThreadState& state = *data; in testOpCirclesMain()
|
| D | PathOpsSimplifyDegenerateThreadedTest.cpp | 11 static void testSimplifyDegeneratesMain(PathOpsThreadState* data) { in testSimplifyDegeneratesMain() 13 PathOpsThreadState& state = *data; in testSimplifyDegeneratesMain()
|
| D | PathOpsSimplifyTrianglesThreadedTest.cpp | 11 static void testSimplifyTrianglesMain(PathOpsThreadState* data) { in testSimplifyTrianglesMain() 13 PathOpsThreadState& state = *data; in testSimplifyTrianglesMain()
|
| D | PathOpsSimplifyQuadThreadedTest.cpp | 13 static void testSimplifyQuadsMain(PathOpsThreadState* data) in testSimplifyQuadsMain() 16 PathOpsThreadState& state = *data; in testSimplifyQuadsMain()
|
| D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 13 static void testSimplifyQuadralateralsMain(PathOpsThreadState* data) in testSimplifyQuadralateralsMain() 16 PathOpsThreadState& state = *data; in testSimplifyQuadralateralsMain()
|
| D | PathOpsOpCubicThreadedTest.cpp | 17 static void testOpCubicsMain(PathOpsThreadState* data) { in testOpCubicsMain() 20 PathOpsThreadState& state = *data; in testOpCubicsMain()
|
| D | PathOpsOpLoopThreadedTest.cpp | 34 static void testOpLoopsMain(PathOpsThreadState* data) { in testOpLoopsMain() 36 PathOpsThreadState& state = *data; in testOpLoopsMain()
|
| D | PathOpsQuadLineIntersectionThreadedTest.cpp | 77 static void testQuadLineIntersectMain(PathOpsThreadState* data) in testQuadLineIntersectMain() 79 PathOpsThreadState& state = *data; in testQuadLineIntersectMain()
|
| D | PathOpsSimplifyRectThreadedTest.cpp | 20 static void testSimplify4x4RectsMain(PathOpsThreadState* data) in testSimplify4x4RectsMain() 23 PathOpsThreadState& state = *data; in testSimplify4x4RectsMain()
|
| D | PathOpsTightBoundsTest.cpp | 13 static void testTightBoundsLines(PathOpsThreadState* data) { in testTightBoundsLines() 48 static void testTightBoundsQuads(PathOpsThreadState* data) { in testTightBoundsQuads()
|
| D | PathOpsExtendedTest.cpp | 360 bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadState& state, in testSimplify() 658 void PathOpsThreadState::outputProgress(const char* pathStr, SkPathFillType pathFillType) { in outputProgress() 669 void PathOpsThreadState::outputProgress(const char* pathStr, SkPathOp op) { in outputProgress()
|
| D | PathOpsChalkboardTest.cpp | 91 static void testChalkboard(PathOpsThreadState* data) { in testChalkboard()
|
| D | PathOpsTigerTest.cpp | 238 static void testTiger(PathOpsThreadState* data) { in testTiger()
|