blob: 4c9894c410b2cce25c9858b52741eee6ee87cb10 [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 */
caryclarka35ab3e2016-10-20 08:32:18 -07007#include "PathOpsTestCommon.h"
caryclark@google.com9166dcb2013-04-08 11:50:00 +00008
caryclarka35ab3e2016-10-20 08:32:18 -07009extern const CubicPts pointDegenerates[];
10extern const CubicPts notPointDegenerates[];
11extern const CubicPts tests[][2];
12extern CubicPts hexTests[][2];
caryclark@google.com9166dcb2013-04-08 11:50:00 +000013
caryclarka35ab3e2016-10-20 08:32:18 -070014extern const CubicPts lines[];
15extern const CubicPts notLines[];
16extern const CubicPts modEpsilonLines[];
17extern const CubicPts lessEpsilonLines[];
18extern const CubicPts negEpsilonLines[];
caryclark@google.com9166dcb2013-04-08 11:50:00 +000019
20extern const size_t pointDegenerates_count;
21extern const size_t notPointDegenerates_count;
22extern const size_t tests_count;
23extern const size_t hexTests_count;
24extern const size_t lines_count;
25extern const size_t notLines_count;
26extern const size_t modEpsilonLines_count;
27extern const size_t lessEpsilonLines_count;
28extern const size_t negEpsilonLines_count;