Home
last modified time | relevance | path

Searched refs:outputProgress (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/tests/
DPathOpsThreadedCommon.h37 void outputProgress(const char* pathStr, SkPathFillType);
38 void outputProgress(const char* pathStr, SkPathOp);
DPathOpsSimplifyDegenerateThreadedTest.cpp52 state.outputProgress(pathStr.c_str(), SkPathFillType::kWinding); in testSimplifyDegeneratesMain()
57 state.outputProgress(pathStr.c_str(), SkPathFillType::kEvenOdd); in testSimplifyDegeneratesMain()
DPathOpsSimplifyTrianglesThreadedTest.cpp55 state.outputProgress(pathStr.c_str(), SkPathFillType::kWinding); in testSimplifyTrianglesMain()
60 state.outputProgress(pathStr.c_str(), SkPathFillType::kEvenOdd); in testSimplifyTrianglesMain()
DPathOpsSimplifyQuadThreadedTest.cpp63 state.outputProgress(pathStr.c_str(), SkPathFillType::kWinding); in testSimplifyQuadsMain()
68 state.outputProgress(pathStr.c_str(), SkPathFillType::kEvenOdd); in testSimplifyQuadsMain()
DPathOpsSimplifyQuadralateralsThreadedTest.cpp65 state.outputProgress(pathStr.c_str(), SkPathFillType::kWinding); in testSimplifyQuadralateralsMain()
70 state.outputProgress(pathStr.c_str(), SkPathFillType::kEvenOdd); in testSimplifyQuadralateralsMain()
DPathOpsSimplifyRectThreadedTest.cpp174 state.outputProgress(pathStr.c_str(), SkPathFillType::kWinding); in testSimplify4x4RectsMain()
178 state.outputProgress(pathStr.c_str(), SkPathFillType::kEvenOdd); in testSimplify4x4RectsMain()
DPathOpsOpRectThreadedTest.cpp71 state.outputProgress(pathStr.c_str(), (SkPathOp) op); in testPathOpsRectsMain()
161 state.outputProgress(pathStr.c_str(), (SkPathOp) op); in testPathOpsFastMain()
DPathOpsOpCircleThreadedTest.cpp53 state.outputProgress(pathStr.c_str(), (SkPathOp) op); in testOpCirclesMain()
DPathOpsOpCubicThreadedTest.cpp61 state.outputProgress(pathStr.c_str(), (SkPathOp) op); in testOpCubicsMain()
DPathOpsOpLoopThreadedTest.cpp81 state.outputProgress(pathStr.c_str(), kIntersect_SkPathOp); in testOpLoopsMain()
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
/third_party/flutter/skia/tests/
DPathOpsThreadedCommon.h37 void outputProgress(const char* pathStr, SkPath::FillType);
38 void outputProgress(const char* pathStr, SkPathOp);
DPathOpsSimplifyDegenerateThreadedTest.cpp53 state.outputProgress(pathStr.c_str(), SkPath::kWinding_FillType); in testSimplifyDegeneratesMain()
58 state.outputProgress(pathStr.c_str(), SkPath::kEvenOdd_FillType); in testSimplifyDegeneratesMain()
DPathOpsSimplifyQuadralateralsThreadedTest.cpp66 state.outputProgress(pathStr.c_str(), SkPath::kWinding_FillType); in testSimplifyQuadralateralsMain()
71 state.outputProgress(pathStr.c_str(), SkPath::kEvenOdd_FillType); in testSimplifyQuadralateralsMain()
DPathOpsSimplifyQuadThreadedTest.cpp64 state.outputProgress(pathStr.c_str(), SkPath::kWinding_FillType); in testSimplifyQuadsMain()
69 state.outputProgress(pathStr.c_str(), SkPath::kEvenOdd_FillType); in testSimplifyQuadsMain()
DPathOpsSimplifyTrianglesThreadedTest.cpp56 state.outputProgress(pathStr.c_str(), SkPath::kWinding_FillType); in testSimplifyTrianglesMain()
62 state.outputProgress(pathStr.c_str(), SkPath::kEvenOdd_FillType); in testSimplifyTrianglesMain()
DPathOpsSimplifyRectThreadedTest.cpp171 state.outputProgress(pathStr.c_str(), SkPath::kWinding_FillType); in testSimplify4x4RectsMain()
175 state.outputProgress(pathStr.c_str(), SkPath::kEvenOdd_FillType); in testSimplify4x4RectsMain()
DPathOpsOpRectThreadedTest.cpp70 state.outputProgress(pathStr.c_str(), (SkPathOp) op); in testPathOpsRectsMain()
156 state.outputProgress(pathStr.c_str(), (SkPathOp) op); in testPathOpsFastMain()
DPathOpsOpCircleThreadedTest.cpp52 state.outputProgress(pathStr.c_str(), (SkPathOp) op); in testOpCirclesMain()
DPathOpsOpCubicThreadedTest.cpp63 state.outputProgress(pathStr.c_str(), (SkPathOp) op); in testOpCubicsMain()
DPathOpsOpLoopThreadedTest.cpp84 state.outputProgress(pathStr.c_str(), kIntersect_SkPathOp); in testOpLoopsMain()
DPathOpsExtendedTest.cpp775 void PathOpsThreadState::outputProgress(const char* pathStr, SkPath::FillType pathFillType) { in outputProgress() function in PathOpsThreadState
786 void PathOpsThreadState::outputProgress(const char* pathStr, SkPathOp op) { in outputProgress() function in PathOpsThreadState