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

Side by Side Diff: tests/PathOpsCubicIntersectionTestData.h

Issue 12880016: Add intersections for path ops (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « tests/PathOpsCubicIntersectionTest.cpp ('k') | tests/PathOpsCubicIntersectionTestData.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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 "SkPathOpsCubic.h"
8
9 extern const SkDCubic pointDegenerates[];
10 extern const SkDCubic notPointDegenerates[];
11 extern const SkDCubic tests[][2];
12 extern SkDCubic hexTests[][2];
13
14 extern void convert_testx();
15
16 extern const SkDCubic lines[];
17 extern const SkDCubic notLines[];
18 extern const SkDCubic modEpsilonLines[];
19 extern const SkDCubic lessEpsilonLines[];
20 extern const SkDCubic negEpsilonLines[];
21
22 extern const size_t pointDegenerates_count;
23 extern const size_t notPointDegenerates_count;
24 extern const size_t tests_count;
25 extern const size_t hexTests_count;
26 extern const size_t lines_count;
27 extern const size_t notLines_count;
28 extern const size_t modEpsilonLines_count;
29 extern const size_t lessEpsilonLines_count;
30 extern const size_t negEpsilonLines_count;
OLDNEW
« no previous file with comments | « tests/PathOpsCubicIntersectionTest.cpp ('k') | tests/PathOpsCubicIntersectionTestData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698