Searched refs:check_path_is_line_and_reset (Results 1 – 1 of 1) sorted by relevance
/external/skia/tests/ |
D | PathTest.cpp | 3216 static void check_path_is_line_and_reset(skiatest::Reporter* reporter, SkPath* p, in check_path_is_line_and_reset() function 3259 check_path_is_line_and_reset(reporter, &p, 0, 0); in test_arcTo() 3261 check_path_is_line_and_reset(reporter, &p, 1, 2); in test_arcTo() 3263 check_path_is_line_and_reset(reporter, &p, 1, 2); in test_arcTo() 3265 check_path_is_line_and_reset(reporter, &p, 1, 2); in test_arcTo() 3389 check_path_is_line_and_reset(reporter, &p, 3, 4); in test_conicTo_special_case()
|