Searched refs:check_for_circle (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/tests/ |
D | PathTest.cpp | 3291 static void check_for_circle(skiatest::Reporter* reporter, in check_for_circle() function 3324 check_for_circle(reporter, tmp, false, dir); in test_circle_skew() 3336 check_for_circle(reporter, tmp, true, dir); in test_circle_translate() 3344 check_for_circle(reporter, tmp, true, dir); in test_circle_translate() 3360 check_for_circle(reporter, tmp, true, dir); in test_circle_rotate() 3362 check_for_circle(reporter, tmp, false, dir); in test_circle_rotate() 3381 check_for_circle(reporter, tmp, true, dir); in test_circle_mirror_x() 3400 check_for_circle(reporter, tmp, true, dir); in test_circle_mirror_y() 3413 check_for_circle(reporter, tmp, true, dir); in test_circle_mirror_xy() 3424 check_for_circle(reporter, path, true, dir); in test_circle_with_direction() [all …]
|