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 | 9 |
10 #include "SkCanvas.h" | 10 #include "SkCanvas.h" |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 2.505550385f, 10, | 161 2.505550385f, 10, |
162 shouldbe), tol)); | 162 shouldbe), tol)); |
163 | 163 |
164 test_giantClip(); | 164 test_giantClip(); |
165 } | 165 } |
166 | 166 |
167 | 167 |
168 | 168 |
169 | 169 |
170 #include "TestClassDef.h" | 170 #include "TestClassDef.h" |
171 DEFINE_TESTCLASS("CubicClipper", CubicClippingTestClass, TestCubicClipping) | 171 DEFINE_TESTCLASS_SHORT(TestCubicClipping) |
OLD | NEW |