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 | 7 |
9 // This test only works with the GPU backend. | 8 // This test only works with the GPU backend. |
10 | 9 |
11 #include "gm.h" | 10 #include "gm.h" |
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
617 private: | 616 private: |
618 typedef GM INHERITED; | 617 typedef GM INHERITED; |
619 }; | 618 }; |
620 | 619 |
621 DEF_GM(return new BezierCubicEffects;) | 620 DEF_GM(return new BezierCubicEffects;) |
622 DEF_GM(return new BezierConicEffects;) | 621 DEF_GM(return new BezierConicEffects;) |
623 DEF_GM(return new BezierQuadEffects;) | 622 DEF_GM(return new BezierQuadEffects;) |
624 } | 623 } |
625 | 624 |
626 #endif | 625 #endif |
OLD | NEW |