OLD | NEW |
1 | |
2 /* | 1 /* |
3 * Copyright 2012 Google Inc. | 2 * Copyright 2012 Google Inc. |
4 * | 3 * |
5 * 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 |
6 * found in the LICENSE file. | 5 * found in the LICENSE file. |
7 */ | 6 */ |
8 | 7 |
9 #ifndef GrBuiltInPathRenderer_DEFINED | 8 #ifndef GrBuiltInPathRenderer_DEFINED |
10 #define GrBuiltInPathRenderer_DEFINED | 9 #define GrBuiltInPathRenderer_DEFINED |
11 | 10 |
(...skipping 24 matching lines...) Expand all Loading... |
36 void onStencilPath(const StencilPathArgs&) override; | 35 void onStencilPath(const StencilPathArgs&) override; |
37 | 36 |
38 GrStencilAndCoverPathRenderer(GrResourceProvider*); | 37 GrStencilAndCoverPathRenderer(GrResourceProvider*); |
39 | 38 |
40 GrResourceProvider* fResourceProvider; | 39 GrResourceProvider* fResourceProvider; |
41 | 40 |
42 typedef GrPathRenderer INHERITED; | 41 typedef GrPathRenderer INHERITED; |
43 }; | 42 }; |
44 | 43 |
45 #endif | 44 #endif |
OLD | NEW |