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 | */ |
| 7 | #include "SkPathOpsQuad.h" |
| 8 | |
| 9 | extern const SkDQuad quadraticLines[]; |
| 10 | extern const SkDQuad quadraticPoints[]; |
| 11 | extern const SkDQuad quadraticModEpsilonLines[]; |
| 12 | extern const SkDQuad quadraticTests[][2]; |
| 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; |