OLD | NEW |
1 | |
2 /* | 1 /* |
3 * Copyright 2013 Google Inc. | 2 * Copyright 2013 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 #include "gm.h" | 7 #include "gm.h" |
9 #include "SkBitmap.h" | 8 #include "SkBitmap.h" |
10 #include "SkShader.h" | 9 #include "SkShader.h" |
11 #include "SkXfermode.h" | 10 #include "SkXfermode.h" |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
141 | 140 |
142 typedef GM INHERITED; | 141 typedef GM INHERITED; |
143 }; | 142 }; |
144 | 143 |
145 ////////////////////////////////////////////////////////////////////////////// | 144 ////////////////////////////////////////////////////////////////////////////// |
146 | 145 |
147 static GM* MyFactory(void*) { return new Xfermodes2GM; } | 146 static GM* MyFactory(void*) { return new Xfermodes2GM; } |
148 static GMRegistry reg(MyFactory); | 147 static GMRegistry reg(MyFactory); |
149 | 148 |
150 } | 149 } |
OLD | NEW |