Searched refs:test_rrect_is_convex (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/skia/tests/ |
H A D | PathTest.cpp | 3778 static void test_rrect_is_convex(skiatest::Reporter* reporter, SkPath* path, in test_rrect_is_convex() function 3805 test_rrect_is_convex(reporter, &p, SkPathDirection::kCW); in test_rrect() 3807 test_rrect_is_convex(reporter, &p, SkPathDirection::kCCW); in test_rrect() 3809 test_rrect_is_convex(reporter, &p, SkPathDirection::kCW); in test_rrect() 3811 test_rrect_is_convex(reporter, &p, SkPathDirection::kCCW); in test_rrect() 3813 test_rrect_is_convex(reporter, &p, SkPathDirection::kCW); in test_rrect() 3815 test_rrect_is_convex(reporter, &p, SkPathDirection::kCCW); in test_rrect() 3821 test_rrect_is_convex(reporter, &p, SkPathDirection::kCW); in test_rrect() 3828 test_rrect_is_convex(reporter, &p, SkPathDirection::kCW); in test_rrect() 3837 test_rrect_is_convex(reporter, &p, SkPathDirection::kCW); in test_rrect()
|