Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsExtendedTest.h38 void outputProgress(char* ramStr, const char* pathStr, SkPath::FillType );
39 void outputProgress(char* ramStr, const char* pathStr, SkPathOp op);
DPathOpsSimplifyDegenerateThreadedTest.cpp57 outputProgress(state.fPathStr, pathStr, SkPath::kWinding_FillType); in testSimplifyDegeneratesMain()
62 outputProgress(state.fPathStr, pathStr, SkPath::kEvenOdd_FillType); in testSimplifyDegeneratesMain()
DPathOpsSimplifyQuadThreadedTest.cpp62 outputProgress(state.fPathStr, pathStr, SkPath::kWinding_FillType); in testSimplifyQuadsMain()
67 outputProgress(state.fPathStr, pathStr, SkPath::kEvenOdd_FillType); in testSimplifyQuadsMain()
DPathOpsSimplifyQuadralateralsThreadedTest.cpp64 outputProgress(state.fPathStr, pathStr, SkPath::kWinding_FillType); in testSimplifyQuadralateralsMain()
69 outputProgress(state.fPathStr, pathStr, SkPath::kEvenOdd_FillType); in testSimplifyQuadralateralsMain()
DPathOpsSimplifyTrianglesThreadedTest.cpp60 outputProgress(state.fPathStr, pathStr, SkPath::kWinding_FillType); in testSimplifyTrianglesMain()
66 outputProgress(state.fPathStr, pathStr, SkPath::kEvenOdd_FillType); in testSimplifyTrianglesMain()
DPathOpsSimplifyRectThreadedTest.cpp172 outputProgress(state.fPathStr, pathStr, SkPath::kWinding_FillType); in testSimplify4x4RectsMain()
176 outputProgress(state.fPathStr, pathStr, SkPath::kEvenOdd_FillType); in testSimplify4x4RectsMain()
DPathOpsOpRectThreadedTest.cpp64 outputProgress(state.fPathStr, pathStr, (SkPathOp) op); in testPathOpsRectsMain()
DPathOpsOpCubicThreadedTest.cpp58 outputProgress(state.fPathStr, pathStr, (SkPathOp) op); in testOpCubicsMain()
DPathOpsExtendedTest.cpp668 void outputProgress(char* ramStr, const char* pathStr, SkPath::FillType pathFillType) { in outputProgress() function
680 void outputProgress(char* ramStr, const char* pathStr, SkPathOp op) { in outputProgress() function