Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(700)

Side by Side Diff: tests/PathOpsQuadIntersectionTestData.h

Issue 2426173002: fix fuzzers (Closed)
Patch Set: fix dm Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tests/PathOpsQuadIntersectionTest.cpp ('k') | tests/PathOpsQuadIntersectionTestData.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2012 Google Inc. 2 * Copyright 2012 Google Inc.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 */ 6 */
7 #include "SkPathOpsQuad.h" 7 #include "PathOpsTestCommon.h"
8 8
9 extern const SkDQuad quadraticLines[]; 9 extern const QuadPts quadraticLines[];
10 extern const SkDQuad quadraticPoints[]; 10 extern const QuadPts quadraticPoints[];
11 extern const SkDQuad quadraticModEpsilonLines[]; 11 extern const QuadPts quadraticModEpsilonLines[];
12 extern const SkDQuad quadraticTests[][2]; 12 extern const QuadPts quadraticTests[][2];
13 13
14 extern const size_t quadraticLines_count; 14 extern const size_t quadraticLines_count;
15 extern const size_t quadraticPoints_count; 15 extern const size_t quadraticPoints_count;
16 extern const size_t quadraticModEpsilonLines_count; 16 extern const size_t quadraticModEpsilonLines_count;
17 extern const size_t quadraticTests_count; 17 extern const size_t quadraticTests_count;
OLDNEW
« no previous file with comments | « tests/PathOpsQuadIntersectionTest.cpp ('k') | tests/PathOpsQuadIntersectionTestData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698