Searched refs:outputProgress (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/tests/ |
H A D | PathOpsThreadedCommon.h | 37 void outputProgress(const char* pathStr, SkPathFillType); 38 void outputProgress(const char* pathStr, SkPathOp);
|
H A D | PathOpsSimplifyQuadThreadedTest.cpp | 63 state.outputProgress(pathStr.c_str(), SkPathFillType::kWinding); in testSimplifyQuadsMain() 68 state.outputProgress(pathStr.c_str(), SkPathFillType::kEvenOdd); in testSimplifyQuadsMain()
|
H A D | PathOpsSimplifyDegenerateThreadedTest.cpp | 52 state.outputProgress(pathStr.c_str(), SkPathFillType::kWinding); in testSimplifyDegeneratesMain() 57 state.outputProgress(pathStr.c_str(), SkPathFillType::kEvenOdd); in testSimplifyDegeneratesMain()
|
H A D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 65 state.outputProgress(pathStr.c_str(), SkPathFillType::kWinding); in testSimplifyQuadralateralsMain() 70 state.outputProgress(pathStr.c_str(), SkPathFillType::kEvenOdd); in testSimplifyQuadralateralsMain()
|
H A D | PathOpsSimplifyTrianglesThreadedTest.cpp | 55 state.outputProgress(pathStr.c_str(), SkPathFillType::kWinding); in testSimplifyTrianglesMain() 60 state.outputProgress(pathStr.c_str(), SkPathFillType::kEvenOdd); in testSimplifyTrianglesMain()
|
H A D | PathOpsSimplifyRectThreadedTest.cpp | 174 state.outputProgress(pathStr.c_str(), SkPathFillType::kWinding); in testSimplify4x4RectsMain() 178 state.outputProgress(pathStr.c_str(), SkPathFillType::kEvenOdd); in testSimplify4x4RectsMain()
|
H A D | PathOpsOpRectThreadedTest.cpp | 71 state.outputProgress(pathStr.c_str(), (SkPathOp) op); in testPathOpsRectsMain() 161 state.outputProgress(pathStr.c_str(), (SkPathOp) op); in testPathOpsFastMain()
|
H A D | PathOpsOpCircleThreadedTest.cpp | 53 state.outputProgress(pathStr.c_str(), (SkPathOp) op); in testOpCirclesMain()
|
H A D | PathOpsOpCubicThreadedTest.cpp | 61 state.outputProgress(pathStr.c_str(), (SkPathOp) op); in testOpCubicsMain()
|
H A D | PathOpsOpLoopThreadedTest.cpp | 81 state.outputProgress(pathStr.c_str(), kIntersect_SkPathOp); in testOpLoopsMain()
|
H A D | PathOpsExtendedTest.cpp | 658 void PathOpsThreadState::outputProgress(const char* pathStr, SkPathFillType pathFillType) { in outputProgress() function in PathOpsThreadState 669 void PathOpsThreadState::outputProgress(const char* pathStr, SkPathOp op) { in outputProgress() function in PathOpsThreadState
|
Completed in 5 milliseconds