Home
last modified time | relevance | path

Searched refs:rr5 (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/tests/
DRRectInPathTest.cpp332 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()
DRoundRectTest.cpp266 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()