caryclark@google.com | 9166dcb | 2013-04-08 11:50:00 +0000 | [diff] [blame] | 1 | /* |
| 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.com | 8d0a524 | 2013-07-16 16:11:16 +0000 | [diff] [blame] | 7 | #include "PathOpsTestCommon.h" |
caryclark@google.com | 9166dcb | 2013-04-08 11:50:00 +0000 | [diff] [blame] | 8 | #include "SkIntersections.h" |
| 9 | #include "SkPathOpsLine.h" |
| 10 | #include "Test.h" |
| 11 | |
| 12 | // FIXME: add tests for intersecting, non-intersecting, degenerate, coincident |
| 13 | static const SkDLine tests[][2] = { |
caryclark@google.com | 570863f | 2013-09-16 15:55:01 +0000 | [diff] [blame] | 14 | {{{{90,230}, {160,60}}}, {{{60,120}, {260,120}}}}, |
| 15 | {{{{90,230}, {160,60}}}, {{{181.176468,120}, {135.294128,120}}}}, |
skia.committer@gmail.com | 7f1af50 | 2013-07-24 07:01:12 +0000 | [diff] [blame] | 16 | {{{{181.1764678955078125f, 120}, {186.3661956787109375f, 134.7042236328125f}}}, |
caryclark@google.com | 4fdbb22 | 2013-07-23 15:27:41 +0000 | [diff] [blame] | 17 | {{{175.8309783935546875f, 141.5211334228515625f}, {187.8782806396484375f, 133.7258148193359375f}}}}, |
caryclark@google.com | 07e97fc | 2013-07-08 17:17:02 +0000 | [diff] [blame] | 18 | #if 0 // FIXME: these fail because one line is too short and appears quasi-coincident |
| 19 | {{{{158.000000, 926.000000}, {1108.00000, 926.000000}}}, |
| 20 | {{{1108.00000, 926.000000}, {1108.00000, 925.999634}}}}, |
| 21 | {{{{1108,926}, {1108,925.9996337890625}}}, {{{158,926}, {1108,926}}}}, |
| 22 | #endif |
caryclark@google.com | a5e5592 | 2013-05-07 18:51:31 +0000 | [diff] [blame] | 23 | {{{{192, 4}, {243, 4}}}, {{{246, 4}, {189, 4}}}}, |
| 24 | {{{{246, 4}, {189, 4}}}, {{{192, 4}, {243, 4}}}}, |
caryclark@google.com | 0361032 | 2013-04-18 15:58:21 +0000 | [diff] [blame] | 25 | {{{{5, 0}, {0, 5}}}, {{{5, 4}, {1, 4}}}}, |
caryclark@google.com | 9166dcb | 2013-04-08 11:50:00 +0000 | [diff] [blame] | 26 | {{{{0, 0}, {1, 0}}}, {{{1, 0}, {0, 0}}}}, |
| 27 | {{{{0, 0}, {0, 0}}}, {{{0, 0}, {1, 0}}}}, |
| 28 | {{{{0, 1}, {0, 1}}}, {{{0, 0}, {0, 2}}}}, |
| 29 | {{{{0, 0}, {1, 0}}}, {{{0, 0}, {2, 0}}}}, |
| 30 | {{{{1, 1}, {2, 2}}}, {{{0, 0}, {3, 3}}}}, |
| 31 | {{{{166.86950047022856, 112.69654129527828}, {166.86948801592692, 112.69655741235339}}}, |
| 32 | {{{166.86960700313026, 112.6965477747386}, {166.86925794355412, 112.69656471103423}}}} |
| 33 | }; |
| 34 | |
caryclark@google.com | ad65a3e | 2013-04-15 19:13:59 +0000 | [diff] [blame] | 35 | static const size_t tests_count = SK_ARRAY_COUNT(tests); |
caryclark@google.com | 9166dcb | 2013-04-08 11:50:00 +0000 | [diff] [blame] | 36 | |
| 37 | static const SkDLine noIntersect[][2] = { |
caryclark@google.com | 570863f | 2013-09-16 15:55:01 +0000 | [diff] [blame] | 38 | {{{{(double) (2 - 1e-6f),2}, {(double) (2 - 1e-6f),4}}}, |
| 39 | {{{2,1}, {2,3}}}}, |
| 40 | |
caryclark@google.com | 9166dcb | 2013-04-08 11:50:00 +0000 | [diff] [blame] | 41 | {{{{0, 0}, {1, 0}}}, {{{3, 0}, {2, 0}}}}, |
| 42 | {{{{0, 0}, {0, 0}}}, {{{1, 0}, {2, 0}}}}, |
| 43 | {{{{0, 1}, {0, 1}}}, {{{0, 3}, {0, 2}}}}, |
| 44 | {{{{0, 0}, {1, 0}}}, {{{2, 0}, {3, 0}}}}, |
| 45 | {{{{1, 1}, {2, 2}}}, {{{4, 4}, {3, 3}}}}, |
| 46 | }; |
| 47 | |
caryclark@google.com | ad65a3e | 2013-04-15 19:13:59 +0000 | [diff] [blame] | 48 | static const size_t noIntersect_count = SK_ARRAY_COUNT(noIntersect); |
caryclark@google.com | 9166dcb | 2013-04-08 11:50:00 +0000 | [diff] [blame] | 49 | |
caryclark@google.com | 07e97fc | 2013-07-08 17:17:02 +0000 | [diff] [blame] | 50 | static const SkDLine coincidentTests[][2] = { |
caryclark@google.com | 7eaa53d | 2013-10-02 14:49:34 +0000 | [diff] [blame] | 51 | {{{{0,482.5}, {-4.4408921e-016,682.5}}}, |
| 52 | {{{0,683}, {0,482}}}}, |
| 53 | |
| 54 | {{{{1.77635684e-015,312}, {-1.24344979e-014,348}}}, |
| 55 | {{{0,348}, {0,312}}}}, |
| 56 | |
caryclark@google.com | 570863f | 2013-09-16 15:55:01 +0000 | [diff] [blame] | 57 | {{{{979.304871, 561}, {1036.69507, 291}}}, |
| 58 | {{{985.681519, 531}, {982.159790, 547.568542}}}}, |
| 59 | |
| 60 | {{{{232.159805, 547.568542}, {235.681549, 531}}}, |
| 61 | {{{286.695129,291}, {229.304855,561}}}}, |
| 62 | |
skia.committer@gmail.com | 7f1af50 | 2013-07-24 07:01:12 +0000 | [diff] [blame] | 63 | {{{{186.3661956787109375f, 134.7042236328125f}, {187.8782806396484375f, 133.7258148193359375f}}}, |
caryclark@google.com | 4fdbb22 | 2013-07-23 15:27:41 +0000 | [diff] [blame] | 64 | {{{175.8309783935546875f, 141.5211334228515625f}, {187.8782806396484375f, 133.7258148193359375f}}}}, |
| 65 | |
caryclark@google.com | 07e97fc | 2013-07-08 17:17:02 +0000 | [diff] [blame] | 66 | {{{{235.681549, 531.000000}, {280.318420, 321.000000}}}, |
caryclark@google.com | 4fdbb22 | 2013-07-23 15:27:41 +0000 | [diff] [blame] | 67 | {{{286.695129, 291.000000}, {229.304855, 561.000000}}}}, |
caryclark@google.com | 07e97fc | 2013-07-08 17:17:02 +0000 | [diff] [blame] | 68 | }; |
| 69 | |
| 70 | static const size_t coincidentTests_count = SK_ARRAY_COUNT(coincidentTests); |
| 71 | |
caryclark@google.com | a5e5592 | 2013-05-07 18:51:31 +0000 | [diff] [blame] | 72 | static void check_results(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2, |
| 73 | const SkIntersections& ts) { |
| 74 | for (int i = 0; i < ts.used(); ++i) { |
caryclark@google.com | 4fdbb22 | 2013-07-23 15:27:41 +0000 | [diff] [blame] | 75 | SkDPoint result1 = line1.ptAtT(ts[0][i]); |
| 76 | SkDPoint result2 = line2.ptAtT(ts[1][i]); |
caryclark@google.com | a5e5592 | 2013-05-07 18:51:31 +0000 | [diff] [blame] | 77 | if (!result1.approximatelyEqual(result2)) { |
| 78 | REPORTER_ASSERT(reporter, ts.used() != 1); |
caryclark@google.com | 4fdbb22 | 2013-07-23 15:27:41 +0000 | [diff] [blame] | 79 | result2 = line2.ptAtT(ts[1][i ^ 1]); |
caryclark@google.com | a5e5592 | 2013-05-07 18:51:31 +0000 | [diff] [blame] | 80 | REPORTER_ASSERT(reporter, result1.approximatelyEqual(result2)); |
| 81 | REPORTER_ASSERT(reporter, result1.approximatelyEqual(ts.pt(i).asSkPoint())); |
| 82 | } |
| 83 | } |
| 84 | } |
| 85 | |
caryclark@google.com | 07e97fc | 2013-07-08 17:17:02 +0000 | [diff] [blame] | 86 | static void testOne(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2) { |
caryclark@google.com | 8d0a524 | 2013-07-16 16:11:16 +0000 | [diff] [blame] | 87 | SkASSERT(ValidLine(line1)); |
| 88 | SkASSERT(ValidLine(line2)); |
caryclark@google.com | 07e97fc | 2013-07-08 17:17:02 +0000 | [diff] [blame] | 89 | SkIntersections i; |
| 90 | int pts = i.intersect(line1, line2); |
| 91 | REPORTER_ASSERT(reporter, pts); |
| 92 | REPORTER_ASSERT(reporter, pts == i.used()); |
| 93 | check_results(reporter, line1, line2, i); |
| 94 | if (line1[0] == line1[1] || line2[0] == line2[1]) { |
| 95 | return; |
| 96 | } |
| 97 | if (line1[0].fY == line1[1].fY) { |
| 98 | double left = SkTMin(line1[0].fX, line1[1].fX); |
| 99 | double right = SkTMax(line1[0].fX, line1[1].fX); |
| 100 | SkIntersections ts; |
| 101 | ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left); |
| 102 | check_results(reporter, line2, line1, ts); |
| 103 | } |
| 104 | if (line2[0].fY == line2[1].fY) { |
| 105 | double left = SkTMin(line2[0].fX, line2[1].fX); |
| 106 | double right = SkTMax(line2[0].fX, line2[1].fX); |
| 107 | SkIntersections ts; |
| 108 | ts.horizontal(line1, left, right, line2[0].fY, line2[0].fX != left); |
| 109 | check_results(reporter, line1, line2, ts); |
| 110 | } |
| 111 | if (line1[0].fX == line1[1].fX) { |
| 112 | double top = SkTMin(line1[0].fY, line1[1].fY); |
| 113 | double bottom = SkTMax(line1[0].fY, line1[1].fY); |
| 114 | SkIntersections ts; |
| 115 | ts.vertical(line2, top, bottom, line1[0].fX, line1[0].fY != top); |
| 116 | check_results(reporter, line2, line1, ts); |
| 117 | } |
| 118 | if (line2[0].fX == line2[1].fX) { |
| 119 | double top = SkTMin(line2[0].fY, line2[1].fY); |
| 120 | double bottom = SkTMax(line2[0].fY, line2[1].fY); |
| 121 | SkIntersections ts; |
| 122 | ts.vertical(line1, top, bottom, line2[0].fX, line2[0].fY != top); |
| 123 | check_results(reporter, line1, line2, ts); |
| 124 | } |
caryclark@google.com | 7eaa53d | 2013-10-02 14:49:34 +0000 | [diff] [blame] | 125 | reporter->bumpTestCount(); |
caryclark@google.com | 07e97fc | 2013-07-08 17:17:02 +0000 | [diff] [blame] | 126 | } |
| 127 | |
| 128 | static void testOneCoincident(skiatest::Reporter* reporter, const SkDLine& line1, |
| 129 | const SkDLine& line2) { |
caryclark@google.com | 8d0a524 | 2013-07-16 16:11:16 +0000 | [diff] [blame] | 130 | SkASSERT(ValidLine(line1)); |
| 131 | SkASSERT(ValidLine(line2)); |
caryclark@google.com | 07e97fc | 2013-07-08 17:17:02 +0000 | [diff] [blame] | 132 | SkIntersections ts; |
| 133 | int pts = ts.intersect(line1, line2); |
caryclark@google.com | 07e97fc | 2013-07-08 17:17:02 +0000 | [diff] [blame] | 134 | REPORTER_ASSERT(reporter, pts == 2); |
| 135 | REPORTER_ASSERT(reporter, pts == ts.used()); |
| 136 | check_results(reporter, line1, line2, ts); |
caryclark@google.com | 7eaa53d | 2013-10-02 14:49:34 +0000 | [diff] [blame] | 137 | if (line1[0] == line1[1] || line2[0] == line2[1]) { |
| 138 | return; |
| 139 | } |
| 140 | if (line1[0].fY == line1[1].fY) { |
| 141 | double left = SkTMin(line1[0].fX, line1[1].fX); |
| 142 | double right = SkTMax(line1[0].fX, line1[1].fX); |
| 143 | SkIntersections ts; |
| 144 | ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left); |
| 145 | REPORTER_ASSERT(reporter, pts == 2); |
| 146 | REPORTER_ASSERT(reporter, pts == ts.used()); |
| 147 | check_results(reporter, line2, line1, ts); |
| 148 | } |
| 149 | if (line2[0].fY == line2[1].fY) { |
| 150 | double left = SkTMin(line2[0].fX, line2[1].fX); |
| 151 | double right = SkTMax(line2[0].fX, line2[1].fX); |
| 152 | SkIntersections ts; |
| 153 | ts.horizontal(line1, left, right, line2[0].fY, line2[0].fX != left); |
| 154 | REPORTER_ASSERT(reporter, pts == 2); |
| 155 | REPORTER_ASSERT(reporter, pts == ts.used()); |
| 156 | check_results(reporter, line1, line2, ts); |
| 157 | } |
| 158 | if (line1[0].fX == line1[1].fX) { |
| 159 | double top = SkTMin(line1[0].fY, line1[1].fY); |
| 160 | double bottom = SkTMax(line1[0].fY, line1[1].fY); |
| 161 | SkIntersections ts; |
| 162 | ts.vertical(line2, top, bottom, line1[0].fX, line1[0].fY != top); |
| 163 | REPORTER_ASSERT(reporter, pts == 2); |
| 164 | REPORTER_ASSERT(reporter, pts == ts.used()); |
| 165 | check_results(reporter, line2, line1, ts); |
| 166 | } |
| 167 | if (line2[0].fX == line2[1].fX) { |
| 168 | double top = SkTMin(line2[0].fY, line2[1].fY); |
| 169 | double bottom = SkTMax(line2[0].fY, line2[1].fY); |
| 170 | SkIntersections ts; |
| 171 | ts.vertical(line1, top, bottom, line2[0].fX, line2[0].fY != top); |
| 172 | REPORTER_ASSERT(reporter, pts == 2); |
| 173 | REPORTER_ASSERT(reporter, pts == ts.used()); |
| 174 | check_results(reporter, line1, line2, ts); |
| 175 | } |
| 176 | reporter->bumpTestCount(); |
caryclark@google.com | 07e97fc | 2013-07-08 17:17:02 +0000 | [diff] [blame] | 177 | } |
| 178 | |
caryclark@google.com | ad65a3e | 2013-04-15 19:13:59 +0000 | [diff] [blame] | 179 | static void PathOpsLineIntersectionTest(skiatest::Reporter* reporter) { |
caryclark@google.com | 9166dcb | 2013-04-08 11:50:00 +0000 | [diff] [blame] | 180 | size_t index; |
caryclark@google.com | 07e97fc | 2013-07-08 17:17:02 +0000 | [diff] [blame] | 181 | for (index = 0; index < coincidentTests_count; ++index) { |
| 182 | const SkDLine& line1 = coincidentTests[index][0]; |
| 183 | const SkDLine& line2 = coincidentTests[index][1]; |
| 184 | testOneCoincident(reporter, line1, line2); |
caryclark@google.com | 07e97fc | 2013-07-08 17:17:02 +0000 | [diff] [blame] | 185 | } |
caryclark@google.com | 9166dcb | 2013-04-08 11:50:00 +0000 | [diff] [blame] | 186 | for (index = 0; index < tests_count; ++index) { |
| 187 | const SkDLine& line1 = tests[index][0]; |
| 188 | const SkDLine& line2 = tests[index][1]; |
caryclark@google.com | 07e97fc | 2013-07-08 17:17:02 +0000 | [diff] [blame] | 189 | testOne(reporter, line1, line2); |
caryclark@google.com | 9166dcb | 2013-04-08 11:50:00 +0000 | [diff] [blame] | 190 | } |
| 191 | for (index = 0; index < noIntersect_count; ++index) { |
| 192 | const SkDLine& line1 = noIntersect[index][0]; |
| 193 | const SkDLine& line2 = noIntersect[index][1]; |
| 194 | SkIntersections ts; |
| 195 | int pts = ts.intersect(line1, line2); |
skia.committer@gmail.com | 2b34fe0 | 2013-05-08 07:01:40 +0000 | [diff] [blame] | 196 | REPORTER_ASSERT(reporter, !pts); |
caryclark@google.com | a5e5592 | 2013-05-07 18:51:31 +0000 | [diff] [blame] | 197 | REPORTER_ASSERT(reporter, pts == ts.used()); |
caryclark@google.com | 07e97fc | 2013-07-08 17:17:02 +0000 | [diff] [blame] | 198 | reporter->bumpTestCount(); |
caryclark@google.com | a5e5592 | 2013-05-07 18:51:31 +0000 | [diff] [blame] | 199 | } |
caryclark@google.com | 9166dcb | 2013-04-08 11:50:00 +0000 | [diff] [blame] | 200 | } |
| 201 | |
caryclark@google.com | 4fdbb22 | 2013-07-23 15:27:41 +0000 | [diff] [blame] | 202 | static void PathOpsLineIntersectionOneOffTest(skiatest::Reporter* reporter) { |
caryclark@google.com | 07e97fc | 2013-07-08 17:17:02 +0000 | [diff] [blame] | 203 | int index = 0; |
| 204 | SkASSERT(index < (int) tests_count); |
caryclark@google.com | 570863f | 2013-09-16 15:55:01 +0000 | [diff] [blame] | 205 | testOne(reporter, tests[index][0], tests[index][1]); |
| 206 | testOne(reporter, tests[1][0], tests[1][1]); |
caryclark@google.com | 07e97fc | 2013-07-08 17:17:02 +0000 | [diff] [blame] | 207 | } |
| 208 | |
caryclark@google.com | 4fdbb22 | 2013-07-23 15:27:41 +0000 | [diff] [blame] | 209 | static void PathOpsLineIntersectionOneCoincidentTest(skiatest::Reporter* reporter) { |
caryclark@google.com | 07e97fc | 2013-07-08 17:17:02 +0000 | [diff] [blame] | 210 | int index = 0; |
| 211 | SkASSERT(index < (int) coincidentTests_count); |
| 212 | const SkDLine& line1 = coincidentTests[index][0]; |
| 213 | const SkDLine& line2 = coincidentTests[index][1]; |
| 214 | testOneCoincident(reporter, line1, line2); |
| 215 | } |
| 216 | |
caryclark@google.com | 9166dcb | 2013-04-08 11:50:00 +0000 | [diff] [blame] | 217 | #include "TestClassDef.h" |
caryclark@google.com | ad65a3e | 2013-04-15 19:13:59 +0000 | [diff] [blame] | 218 | DEFINE_TESTCLASS_SHORT(PathOpsLineIntersectionTest) |
caryclark@google.com | 07e97fc | 2013-07-08 17:17:02 +0000 | [diff] [blame] | 219 | |
caryclark@google.com | 4fdbb22 | 2013-07-23 15:27:41 +0000 | [diff] [blame] | 220 | DEFINE_TESTCLASS_SHORT(PathOpsLineIntersectionOneOffTest) |
caryclark@google.com | 07e97fc | 2013-07-08 17:17:02 +0000 | [diff] [blame] | 221 | |
caryclark@google.com | 4fdbb22 | 2013-07-23 15:27:41 +0000 | [diff] [blame] | 222 | DEFINE_TESTCLASS_SHORT(PathOpsLineIntersectionOneCoincidentTest) |