Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(620)

Side by Side Diff: tests/PathOpsThreeWayTest.cpp

Issue 2357353002: split tight quads and cubics (Closed)
Patch Set: fix linux build Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tests/PathOpsSimplifyTest.cpp ('k') | tools/pathops_sorter.htm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2014 Google Inc. 2 * Copyright 2014 Google Inc.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 */ 6 */
7 #include "SkIntersections.h" 7 #include "SkIntersections.h"
8 #include "SkTDArray.h" 8 #include "SkTDArray.h"
9 #include "Test.h" 9 #include "Test.h"
10 10
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 } 68 }
69 69
70 DEF_TEST(PathOpsThreeWay, reporter) { 70 DEF_TEST(PathOpsThreeWay, reporter) {
71 for (int index = 0; index < testSetsCount; ++index) { 71 for (int index = 0; index < testSetsCount; ++index) {
72 testSetTest(reporter, index); 72 testSetTest(reporter, index);
73 reporter->bumpTestCount(); 73 reporter->bumpTestCount();
74 } 74 }
75 } 75 }
76 76
77 DEF_TEST(PathOpsThreeWayOneOff, reporter) { 77 DEF_TEST(PathOpsThreeWayOneOff, reporter) {
78 int index = 1; 78 int index = 0;
79 testSetTest(reporter, index); 79 testSetTest(reporter, index);
80 } 80 }
OLDNEW
« no previous file with comments | « tests/PathOpsSimplifyTest.cpp ('k') | tools/pathops_sorter.htm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698