Lines Matching refs:pathStr
33 SkString pathStr; in testSimplifyDegeneratesMain() local
45 pathStr.appendf(" path.moveTo(%d, %d);\n", ax, ay); in testSimplifyDegeneratesMain()
46 pathStr.appendf(" path.lineTo(%d, %d);\n", bx, by); in testSimplifyDegeneratesMain()
47 pathStr.appendf(" path.lineTo(%d, %d);\n", cx, cy); in testSimplifyDegeneratesMain()
48 pathStr.appendf(" path.close();\n"); in testSimplifyDegeneratesMain()
49 pathStr.appendf(" path.moveTo(%d, %d);\n", dx, dy); in testSimplifyDegeneratesMain()
50 pathStr.appendf(" path.lineTo(%d, %d);\n", ex, ey); in testSimplifyDegeneratesMain()
51 pathStr.appendf(" path.lineTo(%d, %d);\n", fx, fy); in testSimplifyDegeneratesMain()
52 pathStr.appendf(" path.close();\n"); in testSimplifyDegeneratesMain()
53 state.outputProgress(pathStr.c_str(), SkPath::kWinding_FillType); in testSimplifyDegeneratesMain()
55 testSimplify(path, false, out, state, pathStr.c_str()); in testSimplifyDegeneratesMain()
58 state.outputProgress(pathStr.c_str(), SkPath::kEvenOdd_FillType); in testSimplifyDegeneratesMain()
60 testSimplify(path, true, out, state, pathStr.c_str()); in testSimplifyDegeneratesMain()