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

Side by Side Diff: src/pathops/SkAddIntersections.h

Issue 1037573004: cumulative pathops patch (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix pathopsinverse gm Created 5 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
« no previous file with comments | « include/pathops/SkPathOps.h ('k') | src/pathops/SkAddIntersections.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 #ifndef SkAddIntersections_DEFINED 7 #ifndef SkAddIntersections_DEFINED
8 #define SkAddIntersections_DEFINED 8 #define SkAddIntersections_DEFINED
9 9
10 #include "SkIntersectionHelper.h" 10 #include "SkIntersectionHelper.h"
11 #include "SkIntersections.h" 11 #include "SkIntersections.h"
12 #include "SkTArray.h"
13 12
14 bool AddIntersectTs(SkOpContour* test, SkOpContour* next); 13 class SkOpCoincidence;
15 void AddSelfIntersectTs(SkOpContour* test); 14
16 bool CoincidenceCheck(SkTArray<SkOpContour*, true>* contourList, int total); 15 bool AddIntersectTs(SkOpContour* test, SkOpContour* next, SkOpCoincidence* coinc idence,
16 SkChunkAlloc* allocator);
17 17
18 #endif 18 #endif
OLDNEW
« no previous file with comments | « include/pathops/SkPathOps.h ('k') | src/pathops/SkAddIntersections.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698