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 | a35ab3e | 2016-10-20 08:32:18 -0700 | [diff] [blame] | 7 | #include "PathOpsTestCommon.h" |
caryclark@google.com | 9166dcb | 2013-04-08 11:50:00 +0000 | [diff] [blame] | 8 | |
caryclark | a35ab3e | 2016-10-20 08:32:18 -0700 | [diff] [blame] | 9 | extern const CubicPts pointDegenerates[]; |
| 10 | extern const CubicPts notPointDegenerates[]; |
| 11 | extern const CubicPts tests[][2]; |
| 12 | extern CubicPts hexTests[][2]; |
caryclark@google.com | 9166dcb | 2013-04-08 11:50:00 +0000 | [diff] [blame] | 13 | |
caryclark | a35ab3e | 2016-10-20 08:32:18 -0700 | [diff] [blame] | 14 | extern const CubicPts lines[]; |
| 15 | extern const CubicPts notLines[]; |
| 16 | extern const CubicPts modEpsilonLines[]; |
| 17 | extern const CubicPts lessEpsilonLines[]; |
| 18 | extern const CubicPts negEpsilonLines[]; |
caryclark@google.com | 9166dcb | 2013-04-08 11:50:00 +0000 | [diff] [blame] | 19 | |
| 20 | extern const size_t pointDegenerates_count; |
| 21 | extern const size_t notPointDegenerates_count; |
| 22 | extern const size_t tests_count; |
| 23 | extern const size_t hexTests_count; |
| 24 | extern const size_t lines_count; |
| 25 | extern const size_t notLines_count; |
| 26 | extern const size_t modEpsilonLines_count; |
| 27 | extern const size_t lessEpsilonLines_count; |
| 28 | extern const size_t negEpsilonLines_count; |