static void testQuad11(skiatest::Reporter* reporter) {
SkPath path;
- path.moveTo(2, 0);\r
- path.quadTo(0, 1, 1, 2);\r
- path.lineTo(1, 2);\r
- path.close();\r
- path.moveTo(0, 0);\r
- path.lineTo(1, 1);\r
- path.quadTo(1, 3, 3, 3);\r
- path.close();\r
- testSimplify(reporter, path);
-}\r
+ path.moveTo(2, 0);
+ path.quadTo(0, 1, 1, 2);
+ path.lineTo(1, 2);
+ path.close();
+ path.moveTo(0, 0);
+ path.lineTo(1, 1);
+ path.quadTo(1, 3, 3, 3);
+ path.close();
+ testSimplify(reporter, path);
+}
static void (*firstTest)(skiatest::Reporter* ) = 0;