Searched refs:rr5 (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/tests/ |
D | RoundRectTest.cpp | 263 SkRRect rr5; in test_round_rect_basic() local 264 rr5.setRectRadii(rect, radii2); in test_round_rect_basic() 266 REPORTER_ASSERT(reporter, SkRRect::kComplex_Type == rr5.type()); in test_round_rect_basic() 267 REPORTER_ASSERT(reporter, rr5.rect() == rect); in test_round_rect_basic() 270 REPORTER_ASSERT(reporter, radii2[i] == rr5.radii((SkRRect::Corner) i)); in test_round_rect_basic() 275 REPORTER_ASSERT(reporter, rr3 != rr5); in test_round_rect_basic()
|
D | RRectInPathTest.cpp | 336 SkRRect rr5; in test_round_rect_basic() local 337 rr5.setRectRadii(rect, radii2); in test_round_rect_basic() 338 path_contains_rrect_check(reporter, rr5, dir, start); in test_round_rect_basic()
|
/third_party/skia/tests/ |
D | RRectInPathTest.cpp | 332 SkRRect rr5; in test_round_rect_basic() local 333 rr5.setRectRadii(rect, radii2); in test_round_rect_basic() 334 path_contains_rrect_check(reporter, rr5, dir, start); in test_round_rect_basic()
|
D | RoundRectTest.cpp | 266 SkRRect rr5; in test_round_rect_basic() local 267 rr5.setRectRadii(rect, radii2); in test_round_rect_basic() 269 REPORTER_ASSERT(reporter, SkRRect::kComplex_Type == rr5.type()); in test_round_rect_basic() 270 REPORTER_ASSERT(reporter, rr5.rect() == rect); in test_round_rect_basic() 273 REPORTER_ASSERT(reporter, radii2[i] == rr5.radii((SkRRect::Corner) i)); in test_round_rect_basic() 278 REPORTER_ASSERT(reporter, rr3 != rr5); in test_round_rect_basic()
|