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

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

Issue 131103009: update pathops to circle sort (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: disable old test that still fails on linux 32 release Created 6 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 | « src/pathops/SkPathOpsTypes.h ('k') | src/pathops/SkQuarticRoot.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 SkPathWriter_DEFINED 7 #ifndef SkPathWriter_DEFINED
8 #define SkPathWriter_DEFINED 8 #define SkPathWriter_DEFINED
9 9
10 #include "SkPath.h" 10 #include "SkPath.h"
(...skipping 23 matching lines...) Expand all
34 SkPath* fPathPtr; 34 SkPath* fPathPtr;
35 SkPoint fDefer[2]; 35 SkPoint fDefer[2];
36 SkPoint fFirstPt; 36 SkPoint fFirstPt;
37 int fCloses; 37 int fCloses;
38 int fMoves; 38 int fMoves;
39 bool fEmpty; 39 bool fEmpty;
40 bool fHasMove; 40 bool fHasMove;
41 bool fMoved; 41 bool fMoved;
42 }; 42 };
43 43
44
45 #endif /* defined(__PathOps__SkPathWriter__) */ 44 #endif /* defined(__PathOps__SkPathWriter__) */
OLDNEW
« no previous file with comments | « src/pathops/SkPathOpsTypes.h ('k') | src/pathops/SkQuarticRoot.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698