Searched refs:emptyPath (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/tests/ |
H A D | OSPathTest.cpp | 103 SkString emptyPath = SkOSPath::Join(nullptr, nullptr); in DEF_TEST() local 104 REPORTER_ASSERT(reporter, emptyPath.isEmpty()); in DEF_TEST()
|
H A D | RegionTest.cpp | 97 SkPath emptyPath; in test_empties() local 98 emptyPath.moveTo(1, 5); in test_empties() 99 emptyPath.close(); in test_empties() 102 empty.setPath(emptyPath, openClip); // should not assert in test_empties()
|
H A D | GrStyledShapeTest.cpp | 1406 SkPath emptyPath; in test_path_effect_makes_empty_shape() local 1407 GrStyledShape emptyShape(emptyPath); in test_path_effect_makes_empty_shape() 1412 emptyPath.toggleInverseFillType(); in test_path_effect_makes_empty_shape() 1413 GrStyledShape invertedEmptyShape(emptyPath); in test_path_effect_makes_empty_shape() 1529 SkPath emptyPath; in DEF_TEST() local 1533 TestCase fillEmptyCase(reporter, emptyPath, fill); in DEF_TEST() 1565 TestCase strokeEmptyCase(reporter, emptyPath, stroke); in DEF_TEST() 1576 TestCase dashAndStrokeEmptyCase(reporter, emptyPath, dashAndStroke); in DEF_TEST() 2307 TestCase emptyPath(reporter, SkPath(), style); in DEF_TEST() 2308 emptyArc.compare(reporter, emptyPath, TestCas in DEF_TEST() [all...] |
Completed in 6 milliseconds