OLD | NEW |
1 /* | 1 /* |
2 * Copyright 2011 Google Inc. | 2 * Copyright 2011 Google Inc. |
3 * | 3 * |
4 * 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 |
5 * found in the LICENSE file. | 5 * found in the LICENSE file. |
6 */ | 6 */ |
7 | 7 |
8 #include "Test.h" | 8 #include "Test.h" |
9 #include "SkCanvas.h" | 9 #include "SkCanvas.h" |
10 #include "SkPaint.h" | 10 #include "SkPaint.h" |
(...skipping 3282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3293 test_arc(reporter); | 3293 test_arc(reporter); |
3294 test_arcTo(reporter); | 3294 test_arcTo(reporter); |
3295 test_addPath(reporter); | 3295 test_addPath(reporter); |
3296 test_conicTo_special_case(reporter); | 3296 test_conicTo_special_case(reporter); |
3297 test_get_point(reporter); | 3297 test_get_point(reporter); |
3298 test_contains(reporter); | 3298 test_contains(reporter); |
3299 PathTest_Private::TestPathTo(reporter); | 3299 PathTest_Private::TestPathTo(reporter); |
3300 } | 3300 } |
3301 | 3301 |
3302 #include "TestClassDef.h" | 3302 #include "TestClassDef.h" |
3303 DEFINE_TESTCLASS("Path", PathTestClass, TestPath) | 3303 DEFINE_TESTCLASS_SHORT(TestPath) |
OLD | NEW |