Searched refs:check_path_is_move_and_reset (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/tests/ |
D | PathTest.cpp | 3823 static void check_path_is_move_and_reset(skiatest::Reporter* reporter, SkPath* p, in check_path_is_move_and_reset() function 3917 check_path_is_move_and_reset(reporter, &p, oval.fRight, oval.centerY()); in test_arcTo() 3919 check_path_is_move_and_reset(reporter, &p, oval.fRight, oval.centerY()); in test_arcTo() 3921 check_path_is_move_and_reset(reporter, &p, oval.fRight, oval.centerY()); in test_arcTo() 3923 check_path_is_move_and_reset(reporter, &p, oval.fRight, oval.centerY()); in test_arcTo()
|