Searched refs:check_path_is_line_and_reset (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/skia/tests/ |
H A D | PathTest.cpp | 4007 static void check_path_is_line_and_reset(skiatest::Reporter* reporter, SkPath* p, in check_path_is_line_and_reset() function 4078 check_path_is_line_and_reset(reporter, &p, 0, 0); in test_arcTo() 4080 check_path_is_line_and_reset(reporter, &p, 1, 2); in test_arcTo() 4082 check_path_is_line_and_reset(reporter, &p, 1, 2); in test_arcTo() 4084 check_path_is_line_and_reset(reporter, &p, 1, 2); in test_arcTo() 4224 check_path_is_line_and_reset(reporter, &p, 3, 4); in test_conicTo_special_case()
|