Home
last modified time | relevance | path

Searched refs:outputProgress (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/tests/
H A DPathOpsThreadedCommon.h37 void outputProgress(const char* pathStr, SkPathFillType);
38 void outputProgress(const char* pathStr, SkPathOp);
H A DPathOpsSimplifyQuadThreadedTest.cpp63 state.outputProgress(pathStr.c_str(), SkPathFillType::kWinding); in testSimplifyQuadsMain()
68 state.outputProgress(pathStr.c_str(), SkPathFillType::kEvenOdd); in testSimplifyQuadsMain()
H A DPathOpsSimplifyDegenerateThreadedTest.cpp52 state.outputProgress(pathStr.c_str(), SkPathFillType::kWinding); in testSimplifyDegeneratesMain()
57 state.outputProgress(pathStr.c_str(), SkPathFillType::kEvenOdd); in testSimplifyDegeneratesMain()
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp65 state.outputProgress(pathStr.c_str(), SkPathFillType::kWinding); in testSimplifyQuadralateralsMain()
70 state.outputProgress(pathStr.c_str(), SkPathFillType::kEvenOdd); in testSimplifyQuadralateralsMain()
H A DPathOpsSimplifyTrianglesThreadedTest.cpp55 state.outputProgress(pathStr.c_str(), SkPathFillType::kWinding); in testSimplifyTrianglesMain()
60 state.outputProgress(pathStr.c_str(), SkPathFillType::kEvenOdd); in testSimplifyTrianglesMain()
H A DPathOpsSimplifyRectThreadedTest.cpp174 state.outputProgress(pathStr.c_str(), SkPathFillType::kWinding); in testSimplify4x4RectsMain()
178 state.outputProgress(pathStr.c_str(), SkPathFillType::kEvenOdd); in testSimplify4x4RectsMain()
H A DPathOpsOpRectThreadedTest.cpp71 state.outputProgress(pathStr.c_str(), (SkPathOp) op); in testPathOpsRectsMain()
161 state.outputProgress(pathStr.c_str(), (SkPathOp) op); in testPathOpsFastMain()
H A DPathOpsOpCircleThreadedTest.cpp53 state.outputProgress(pathStr.c_str(), (SkPathOp) op); in testOpCirclesMain()
H A DPathOpsOpCubicThreadedTest.cpp61 state.outputProgress(pathStr.c_str(), (SkPathOp) op); in testOpCubicsMain()
H A DPathOpsOpLoopThreadedTest.cpp81 state.outputProgress(pathStr.c_str(), kIntersect_SkPathOp); in testOpLoopsMain()
H A DPathOpsExtendedTest.cpp658 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 7 milliseconds