Home | History | Annotate | Download | only in tests

Lines Matching full:pathstr

36                 SkString pathStr;
48 pathStr.appendf(" path.moveTo(%d, %d);\n", ax, ay);
49 pathStr.appendf(" path.lineTo(%d, %d);\n", bx, by);
50 pathStr.appendf(" path.lineTo(%d, %d);\n", cx, cy);
51 pathStr.appendf(" path.close();\n");
52 pathStr.appendf(" path.moveTo(%d, %d);\n", dx, dy);
53 pathStr.appendf(" path.lineTo(%d, %d);\n", ex, ey);
54 pathStr.appendf(" path.lineTo(%d, %d);\n", fx, fy);
55 pathStr.appendf(" path.close();\n");
56 state.outputProgress(pathStr.c_str(), SkPath::kWinding_FillType);
59 testSimplify(path, false, out, state, pathStr.c_str());
62 state.outputProgress(pathStr.c_str(), SkPath::kEvenOdd_FillType);
65 testSimplify(path, true, out, state, pathStr.c_str());