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

Side by Side Diff: src/gpu/GrPathRenderer.h

Issue 2165283002: Remove DrawFace enum from GrPipelineBuilder (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: try again Created 4 years, 5 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/GrDrawTarget.cpp ('k') | src/gpu/GrPipeline.h » ('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 GrPathRenderer_DEFINED 8 #ifndef GrPathRenderer_DEFINED
9 #define GrPathRenderer_DEFINED 9 #define GrPathRenderer_DEFINED
10 10
11 #include "GrCaps.h"
11 #include "GrDrawContext.h" 12 #include "GrDrawContext.h"
12 #include "GrPaint.h" 13 #include "GrPaint.h"
13 #include "GrResourceProvider.h" 14 #include "GrResourceProvider.h"
14 #include "GrShape.h" 15 #include "GrShape.h"
15 16
16 #include "SkDrawProcs.h" 17 #include "SkDrawProcs.h"
17 #include "SkTArray.h" 18 #include "SkTArray.h"
18 19
19 class SkPath; 20 class SkPath;
20 class GrFixedClip; 21 class GrFixedClip;
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 drawArgs.fShape = args.fShape; 285 drawArgs.fShape = args.fShape;
285 drawArgs.fAntiAlias = false; // In this case the MSAA handles the AA so we want to draw BW 286 drawArgs.fAntiAlias = false; // In this case the MSAA handles the AA so we want to draw BW
286 drawArgs.fGammaCorrect = false; 287 drawArgs.fGammaCorrect = false;
287 this->drawPath(drawArgs); 288 this->drawPath(drawArgs);
288 } 289 }
289 290
290 typedef SkRefCnt INHERITED; 291 typedef SkRefCnt INHERITED;
291 }; 292 };
292 293
293 #endif 294 #endif
OLDNEW
« no previous file with comments | « src/gpu/GrDrawTarget.cpp ('k') | src/gpu/GrPipeline.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698