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

Side by Side Diff: src/gpu/batches/GrDefaultPathRenderer.h

Issue 1860563002: Revert of added GrMSAAPathRenderer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 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/gpu/GrPathRendererChain.cpp ('k') | src/gpu/batches/GrDefaultPathRenderer.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 2011 Google Inc. 2 * Copyright 2011 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 7
8 #ifndef GrDefaultPathRenderer_DEFINED 8 #ifndef GrDefaultPathRenderer_DEFINED
9 #define GrDefaultPathRenderer_DEFINED 9 #define GrDefaultPathRenderer_DEFINED
10 10
11 #include "GrPathRenderer.h" 11 #include "GrPathRenderer.h"
12 #include "GrPathStencilSettings.h"
13 #include "SkTypes.h" 12 #include "SkTypes.h"
14 13
15 /** 14 /**
16 * Subclass that renders the path using the stencil buffer to resolve fill rule s 15 * Subclass that renders the path using the stencil buffer to resolve fill rule s
17 * (e.g. winding, even-odd) 16 * (e.g. winding, even-odd)
18 */ 17 */
19 class SK_API GrDefaultPathRenderer : public GrPathRenderer { 18 class SK_API GrDefaultPathRenderer : public GrPathRenderer {
20 public: 19 public:
21 GrDefaultPathRenderer(bool separateStencilSupport, bool stencilWrapOpsSuppor t); 20 GrDefaultPathRenderer(bool separateStencilSupport, bool stencilWrapOpsSuppor t);
22 21
(...skipping 15 matching lines...) Expand all
38 const GrStrokeInfo&, 37 const GrStrokeInfo&,
39 bool stencilOnly); 38 bool stencilOnly);
40 39
41 bool fSeparateStencil; 40 bool fSeparateStencil;
42 bool fStencilWrapOps; 41 bool fStencilWrapOps;
43 42
44 typedef GrPathRenderer INHERITED; 43 typedef GrPathRenderer INHERITED;
45 }; 44 };
46 45
47 #endif 46 #endif
OLDNEW
« no previous file with comments | « src/gpu/GrPathRendererChain.cpp ('k') | src/gpu/batches/GrDefaultPathRenderer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698