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 #include "gm.h" | 8 #include "gm.h" |
10 | 9 |
11 #include "SkBitmap.h" | 10 #include "SkBitmap.h" |
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
293 | 292 |
294 typedef SkTLList<Clip, 1> ClipList; | 293 typedef SkTLList<Clip, 1> ClipList; |
295 ClipList fClips; | 294 ClipList fClips; |
296 SkBitmap fBmp; | 295 SkBitmap fBmp; |
297 | 296 |
298 typedef GM INHERITED; | 297 typedef GM INHERITED; |
299 }; | 298 }; |
300 | 299 |
301 DEF_GM(return new ConvexPolyClip;) | 300 DEF_GM(return new ConvexPolyClip;) |
302 } | 301 } |
OLD | NEW |