• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 "PathOpsTestCommon.h"
8 
9 extern const QuadPts quadraticLines[];
10 extern const QuadPts quadraticPoints[];
11 extern const QuadPts quadraticModEpsilonLines[];
12 extern const QuadPts 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;
18