| OLD | NEW |
| 1 | |
| 2 /* | 1 /* |
| 3 * Copyright 2014 Google Inc. | 2 * Copyright 2014 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 GrGLPathRange_DEFINED | 8 #ifndef GrGLPathRange_DEFINED |
| 10 #define GrGLPathRange_DEFINED | 9 #define GrGLPathRange_DEFINED |
| 11 | 10 |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 const GrStrokeInfo fStroke; | 57 const GrStrokeInfo fStroke; |
| 59 GrGLuint fBasePathID; | 58 GrGLuint fBasePathID; |
| 60 mutable size_t fGpuMemorySize; | 59 mutable size_t fGpuMemorySize; |
| 61 bool fShouldStroke; | 60 bool fShouldStroke; |
| 62 bool fShouldFill; | 61 bool fShouldFill; |
| 63 | 62 |
| 64 typedef GrPathRange INHERITED; | 63 typedef GrPathRange INHERITED; |
| 65 }; | 64 }; |
| 66 | 65 |
| 67 #endif | 66 #endif |
| OLD | NEW |