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

Side by Side Diff: gm/beziereffects.cpp

Issue 1437843002: Move GrBatchFlushState from GrDrawTarget to GrDrawingManager (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: readd white space Created 5 years, 1 month 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 | « no previous file | gm/convexpolyeffect.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 /* 2 /*
3 * Copyright 2013 Google Inc. 3 * Copyright 2013 Google Inc.
4 * 4 *
5 * Use of this source code is governed by a BSD-style license that can be 5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file. 6 * found in the LICENSE file.
7 */ 7 */
8 8
9 // This test only works with the GPU backend. 9 // This test only works with the GPU backend.
10 10
11 #include "gm.h" 11 #include "gm.h"
12 12
13 #if SK_SUPPORT_GPU 13 #if SK_SUPPORT_GPU
14 14
15 #include "GrBatchFlushState.h"
16 #include "GrContext.h" 15 #include "GrContext.h"
17 #include "GrPathUtils.h" 16 #include "GrPathUtils.h"
18 #include "GrTest.h" 17 #include "GrTest.h"
19 #include "SkColorPriv.h" 18 #include "SkColorPriv.h"
20 #include "SkDevice.h" 19 #include "SkDevice.h"
21 #include "SkGeometry.h" 20 #include "SkGeometry.h"
22 21
23 #include "batches/GrTestBatch.h" 22 #include "batches/GrTestBatch.h"
24 23
25 #include "effects/GrBezierEffect.h" 24 #include "effects/GrBezierEffect.h"
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 private: 629 private:
631 typedef GM INHERITED; 630 typedef GM INHERITED;
632 }; 631 };
633 632
634 DEF_GM(return new BezierCubicEffects;) 633 DEF_GM(return new BezierCubicEffects;)
635 DEF_GM(return new BezierConicEffects;) 634 DEF_GM(return new BezierConicEffects;)
636 DEF_GM(return new BezierQuadEffects;) 635 DEF_GM(return new BezierQuadEffects;)
637 } 636 }
638 637
639 #endif 638 #endif
OLDNEW
« no previous file with comments | « no previous file | gm/convexpolyeffect.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698