blob: 379c2f16f94d8a9b6aa449297a5508523725b403 [file] [log] [blame]
caryclark@google.com9166dcb2013-04-08 11:50:00 +00001/*
2 * Copyright 2012 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
caryclark@google.com8d0a5242013-07-16 16:11:16 +00007#include "PathOpsTestCommon.h"
caryclark@google.com9166dcb2013-04-08 11:50:00 +00008#include "SkIntersections.h"
9#include "SkPathOpsLine.h"
10#include "Test.h"
11
12// FIXME: add tests for intersecting, non-intersecting, degenerate, coincident
13static const SkDLine tests[][2] = {
caryclark@google.com15107262013-11-08 18:00:01 +000014 {{{{30,20}, {30,50}}}, {{{24,30}, {36,30}}}},
15 {{{{323,193}, {-317,193}}}, {{{0,994}, {0,0}}}},
caryclark@google.com570863f2013-09-16 15:55:01 +000016 {{{{90,230}, {160,60}}}, {{{60,120}, {260,120}}}},
17 {{{{90,230}, {160,60}}}, {{{181.176468,120}, {135.294128,120}}}},
skia.committer@gmail.com7f1af502013-07-24 07:01:12 +000018 {{{{181.1764678955078125f, 120}, {186.3661956787109375f, 134.7042236328125f}}},
caryclark@google.com4fdbb222013-07-23 15:27:41 +000019 {{{175.8309783935546875f, 141.5211334228515625f}, {187.8782806396484375f, 133.7258148193359375f}}}},
caryclark@google.com07e97fc2013-07-08 17:17:02 +000020#if 0 // FIXME: these fail because one line is too short and appears quasi-coincident
21 {{{{158.000000, 926.000000}, {1108.00000, 926.000000}}},
22 {{{1108.00000, 926.000000}, {1108.00000, 925.999634}}}},
23 {{{{1108,926}, {1108,925.9996337890625}}}, {{{158,926}, {1108,926}}}},
24#endif
caryclark@google.coma5e55922013-05-07 18:51:31 +000025 {{{{192, 4}, {243, 4}}}, {{{246, 4}, {189, 4}}}},
26 {{{{246, 4}, {189, 4}}}, {{{192, 4}, {243, 4}}}},
caryclark@google.com03610322013-04-18 15:58:21 +000027 {{{{5, 0}, {0, 5}}}, {{{5, 4}, {1, 4}}}},
caryclark@google.com9166dcb2013-04-08 11:50:00 +000028 {{{{0, 0}, {1, 0}}}, {{{1, 0}, {0, 0}}}},
29 {{{{0, 0}, {0, 0}}}, {{{0, 0}, {1, 0}}}},
30 {{{{0, 1}, {0, 1}}}, {{{0, 0}, {0, 2}}}},
31 {{{{0, 0}, {1, 0}}}, {{{0, 0}, {2, 0}}}},
32 {{{{1, 1}, {2, 2}}}, {{{0, 0}, {3, 3}}}},
33 {{{{166.86950047022856, 112.69654129527828}, {166.86948801592692, 112.69655741235339}}},
34 {{{166.86960700313026, 112.6965477747386}, {166.86925794355412, 112.69656471103423}}}}
35};
36
caryclark@google.comad65a3e2013-04-15 19:13:59 +000037static const size_t tests_count = SK_ARRAY_COUNT(tests);
caryclark@google.com9166dcb2013-04-08 11:50:00 +000038
39static const SkDLine noIntersect[][2] = {
caryclark@google.com570863f2013-09-16 15:55:01 +000040 {{{{(double) (2 - 1e-6f),2}, {(double) (2 - 1e-6f),4}}},
41 {{{2,1}, {2,3}}}},
42
caryclark@google.com9166dcb2013-04-08 11:50:00 +000043 {{{{0, 0}, {1, 0}}}, {{{3, 0}, {2, 0}}}},
44 {{{{0, 0}, {0, 0}}}, {{{1, 0}, {2, 0}}}},
45 {{{{0, 1}, {0, 1}}}, {{{0, 3}, {0, 2}}}},
46 {{{{0, 0}, {1, 0}}}, {{{2, 0}, {3, 0}}}},
47 {{{{1, 1}, {2, 2}}}, {{{4, 4}, {3, 3}}}},
48};
49
caryclark@google.comad65a3e2013-04-15 19:13:59 +000050static const size_t noIntersect_count = SK_ARRAY_COUNT(noIntersect);
caryclark@google.com9166dcb2013-04-08 11:50:00 +000051
caryclark@google.com07e97fc2013-07-08 17:17:02 +000052static const SkDLine coincidentTests[][2] = {
caryclarkdac1d172014-06-17 05:15:38 -070053 {{{ { 10105, 2510 }, { 10123, 2509.98999f } }},
54 {{{10105, 2509.98999f}, { 10123, 2510 } }}},
55
56 {{ { { 0, 482.5 }, { -4.4408921e-016, 682.5 } } },
caryclark@google.com7eaa53d2013-10-02 14:49:34 +000057 {{{0,683}, {0,482}}}},
58
59 {{{{1.77635684e-015,312}, {-1.24344979e-014,348}}},
60 {{{0,348}, {0,312}}}},
61
caryclark@google.com570863f2013-09-16 15:55:01 +000062 {{{{979.304871, 561}, {1036.69507, 291}}},
63 {{{985.681519, 531}, {982.159790, 547.568542}}}},
64
65 {{{{232.159805, 547.568542}, {235.681549, 531}}},
66 {{{286.695129,291}, {229.304855,561}}}},
67
skia.committer@gmail.com7f1af502013-07-24 07:01:12 +000068 {{{{186.3661956787109375f, 134.7042236328125f}, {187.8782806396484375f, 133.7258148193359375f}}},
caryclark@google.com4fdbb222013-07-23 15:27:41 +000069 {{{175.8309783935546875f, 141.5211334228515625f}, {187.8782806396484375f, 133.7258148193359375f}}}},
70
caryclark@google.com07e97fc2013-07-08 17:17:02 +000071 {{{{235.681549, 531.000000}, {280.318420, 321.000000}}},
caryclark@google.com4fdbb222013-07-23 15:27:41 +000072 {{{286.695129, 291.000000}, {229.304855, 561.000000}}}},
caryclark@google.com07e97fc2013-07-08 17:17:02 +000073};
74
75static const size_t coincidentTests_count = SK_ARRAY_COUNT(coincidentTests);
76
caryclark@google.coma5e55922013-05-07 18:51:31 +000077static void check_results(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2,
78 const SkIntersections& ts) {
79 for (int i = 0; i < ts.used(); ++i) {
caryclark@google.com4fdbb222013-07-23 15:27:41 +000080 SkDPoint result1 = line1.ptAtT(ts[0][i]);
81 SkDPoint result2 = line2.ptAtT(ts[1][i]);
caryclarkdac1d172014-06-17 05:15:38 -070082 if (!result1.approximatelyEqual(result2) && !ts.nearlySame(i)) {
caryclark@google.coma5e55922013-05-07 18:51:31 +000083 REPORTER_ASSERT(reporter, ts.used() != 1);
caryclark@google.com4fdbb222013-07-23 15:27:41 +000084 result2 = line2.ptAtT(ts[1][i ^ 1]);
caryclarkdac1d172014-06-17 05:15:38 -070085 if (!result1.approximatelyEqual(result2)) {
86 SkDebugf(".");
87 }
caryclark@google.coma5e55922013-05-07 18:51:31 +000088 REPORTER_ASSERT(reporter, result1.approximatelyEqual(result2));
89 REPORTER_ASSERT(reporter, result1.approximatelyEqual(ts.pt(i).asSkPoint()));
90 }
91 }
92}
93
caryclark@google.com07e97fc2013-07-08 17:17:02 +000094static void testOne(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2) {
caryclark@google.com8d0a5242013-07-16 16:11:16 +000095 SkASSERT(ValidLine(line1));
96 SkASSERT(ValidLine(line2));
caryclark@google.com07e97fc2013-07-08 17:17:02 +000097 SkIntersections i;
98 int pts = i.intersect(line1, line2);
99 REPORTER_ASSERT(reporter, pts);
100 REPORTER_ASSERT(reporter, pts == i.used());
101 check_results(reporter, line1, line2, i);
102 if (line1[0] == line1[1] || line2[0] == line2[1]) {
103 return;
104 }
105 if (line1[0].fY == line1[1].fY) {
106 double left = SkTMin(line1[0].fX, line1[1].fX);
107 double right = SkTMax(line1[0].fX, line1[1].fX);
108 SkIntersections ts;
109 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left);
110 check_results(reporter, line2, line1, ts);
111 }
112 if (line2[0].fY == line2[1].fY) {
113 double left = SkTMin(line2[0].fX, line2[1].fX);
114 double right = SkTMax(line2[0].fX, line2[1].fX);
115 SkIntersections ts;
116 ts.horizontal(line1, left, right, line2[0].fY, line2[0].fX != left);
117 check_results(reporter, line1, line2, ts);
118 }
119 if (line1[0].fX == line1[1].fX) {
120 double top = SkTMin(line1[0].fY, line1[1].fY);
121 double bottom = SkTMax(line1[0].fY, line1[1].fY);
122 SkIntersections ts;
123 ts.vertical(line2, top, bottom, line1[0].fX, line1[0].fY != top);
124 check_results(reporter, line2, line1, ts);
125 }
126 if (line2[0].fX == line2[1].fX) {
127 double top = SkTMin(line2[0].fY, line2[1].fY);
128 double bottom = SkTMax(line2[0].fY, line2[1].fY);
129 SkIntersections ts;
130 ts.vertical(line1, top, bottom, line2[0].fX, line2[0].fY != top);
131 check_results(reporter, line1, line2, ts);
132 }
caryclark@google.com7eaa53d2013-10-02 14:49:34 +0000133 reporter->bumpTestCount();
caryclark@google.com07e97fc2013-07-08 17:17:02 +0000134}
135
136static void testOneCoincident(skiatest::Reporter* reporter, const SkDLine& line1,
137 const SkDLine& line2) {
caryclark@google.com8d0a5242013-07-16 16:11:16 +0000138 SkASSERT(ValidLine(line1));
139 SkASSERT(ValidLine(line2));
caryclark@google.com07e97fc2013-07-08 17:17:02 +0000140 SkIntersections ts;
141 int pts = ts.intersect(line1, line2);
caryclark@google.com07e97fc2013-07-08 17:17:02 +0000142 REPORTER_ASSERT(reporter, pts == 2);
143 REPORTER_ASSERT(reporter, pts == ts.used());
144 check_results(reporter, line1, line2, ts);
caryclark@google.com7eaa53d2013-10-02 14:49:34 +0000145 if (line1[0] == line1[1] || line2[0] == line2[1]) {
146 return;
147 }
148 if (line1[0].fY == line1[1].fY) {
149 double left = SkTMin(line1[0].fX, line1[1].fX);
150 double right = SkTMax(line1[0].fX, line1[1].fX);
151 SkIntersections ts;
152 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left);
153 REPORTER_ASSERT(reporter, pts == 2);
154 REPORTER_ASSERT(reporter, pts == ts.used());
155 check_results(reporter, line2, line1, ts);
156 }
157 if (line2[0].fY == line2[1].fY) {
158 double left = SkTMin(line2[0].fX, line2[1].fX);
159 double right = SkTMax(line2[0].fX, line2[1].fX);
160 SkIntersections ts;
161 ts.horizontal(line1, left, right, line2[0].fY, line2[0].fX != left);
162 REPORTER_ASSERT(reporter, pts == 2);
163 REPORTER_ASSERT(reporter, pts == ts.used());
164 check_results(reporter, line1, line2, ts);
165 }
166 if (line1[0].fX == line1[1].fX) {
167 double top = SkTMin(line1[0].fY, line1[1].fY);
168 double bottom = SkTMax(line1[0].fY, line1[1].fY);
169 SkIntersections ts;
170 ts.vertical(line2, top, bottom, line1[0].fX, line1[0].fY != top);
171 REPORTER_ASSERT(reporter, pts == 2);
172 REPORTER_ASSERT(reporter, pts == ts.used());
173 check_results(reporter, line2, line1, ts);
174 }
175 if (line2[0].fX == line2[1].fX) {
176 double top = SkTMin(line2[0].fY, line2[1].fY);
177 double bottom = SkTMax(line2[0].fY, line2[1].fY);
178 SkIntersections ts;
179 ts.vertical(line1, top, bottom, line2[0].fX, line2[0].fY != top);
180 REPORTER_ASSERT(reporter, pts == 2);
181 REPORTER_ASSERT(reporter, pts == ts.used());
182 check_results(reporter, line1, line2, ts);
183 }
184 reporter->bumpTestCount();
caryclark@google.com07e97fc2013-07-08 17:17:02 +0000185}
186
tfarina@chromium.org78e7b4e2014-01-02 21:45:03 +0000187DEF_TEST(PathOpsLineIntersection, reporter) {
caryclark@google.com9166dcb2013-04-08 11:50:00 +0000188 size_t index;
caryclark@google.com07e97fc2013-07-08 17:17:02 +0000189 for (index = 0; index < coincidentTests_count; ++index) {
190 const SkDLine& line1 = coincidentTests[index][0];
191 const SkDLine& line2 = coincidentTests[index][1];
192 testOneCoincident(reporter, line1, line2);
caryclark@google.com07e97fc2013-07-08 17:17:02 +0000193 }
caryclark@google.com9166dcb2013-04-08 11:50:00 +0000194 for (index = 0; index < tests_count; ++index) {
195 const SkDLine& line1 = tests[index][0];
196 const SkDLine& line2 = tests[index][1];
caryclark@google.com07e97fc2013-07-08 17:17:02 +0000197 testOne(reporter, line1, line2);
caryclark@google.com9166dcb2013-04-08 11:50:00 +0000198 }
199 for (index = 0; index < noIntersect_count; ++index) {
200 const SkDLine& line1 = noIntersect[index][0];
201 const SkDLine& line2 = noIntersect[index][1];
202 SkIntersections ts;
203 int pts = ts.intersect(line1, line2);
skia.committer@gmail.com2b34fe02013-05-08 07:01:40 +0000204 REPORTER_ASSERT(reporter, !pts);
caryclark@google.coma5e55922013-05-07 18:51:31 +0000205 REPORTER_ASSERT(reporter, pts == ts.used());
caryclark@google.com07e97fc2013-07-08 17:17:02 +0000206 reporter->bumpTestCount();
caryclark@google.coma5e55922013-05-07 18:51:31 +0000207 }
caryclark@google.com9166dcb2013-04-08 11:50:00 +0000208}
209
tfarina@chromium.org78e7b4e2014-01-02 21:45:03 +0000210DEF_TEST(PathOpsLineIntersectionOneOff, reporter) {
caryclark@google.com07e97fc2013-07-08 17:17:02 +0000211 int index = 0;
212 SkASSERT(index < (int) tests_count);
caryclark@google.com570863f2013-09-16 15:55:01 +0000213 testOne(reporter, tests[index][0], tests[index][1]);
214 testOne(reporter, tests[1][0], tests[1][1]);
caryclark@google.com07e97fc2013-07-08 17:17:02 +0000215}
216
tfarina@chromium.org78e7b4e2014-01-02 21:45:03 +0000217DEF_TEST(PathOpsLineIntersectionOneCoincident, reporter) {
caryclark@google.com07e97fc2013-07-08 17:17:02 +0000218 int index = 0;
219 SkASSERT(index < (int) coincidentTests_count);
220 const SkDLine& line1 = coincidentTests[index][0];
221 const SkDLine& line2 = coincidentTests[index][1];
222 testOneCoincident(reporter, line1, line2);
223}