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 QuadPts quadraticLines[]; |
| 10 | extern const QuadPts quadraticPoints[]; |
| 11 | extern const QuadPts quadraticModEpsilonLines[]; |
| 12 | extern const QuadPts quadraticTests[][2]; |
caryclark@google.com | 9166dcb | 2013-04-08 11:50:00 +0000 | [diff] [blame] | 13 | |
| 14 | extern const size_t quadraticLines_count; |
| 15 | extern const size_t quadraticPoints_count; |
| 16 | extern const size_t quadraticModEpsilonLines_count; |
| 17 | extern const size_t quadraticTests_count; |