OLD | NEW |
1 | 1 |
2 /* | 2 /* |
3 * Copyright 2011 Google Inc. | 3 * Copyright 2011 Google Inc. |
4 * | 4 * |
5 * Use of this source code is governed by a BSD-style license that can be | 5 * Use of this source code is governed by a BSD-style license that can be |
6 * found in the LICENSE file. | 6 * found in the LICENSE file. |
7 */ | 7 */ |
8 #include "Test.h" | 8 #include "Test.h" |
9 #include "SkColor.h" | 9 #include "SkColor.h" |
10 #include "SkXfermode.h" | 10 #include "SkXfermode.h" |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 } | 62 } |
63 } | 63 } |
64 } | 64 } |
65 | 65 |
66 static void test_xfermodes(skiatest::Reporter* reporter) { | 66 static void test_xfermodes(skiatest::Reporter* reporter) { |
67 test_asMode(reporter); | 67 test_asMode(reporter); |
68 test_IsMode(reporter); | 68 test_IsMode(reporter); |
69 } | 69 } |
70 | 70 |
71 #include "TestClassDef.h" | 71 #include "TestClassDef.h" |
72 DEFINE_TESTCLASS("Xfermode", XfermodeTestClass, test_xfermodes) | 72 DEFINE_TESTCLASS_SHORT(test_xfermodes) |
OLD | NEW |