Searched refs:rr3 (Results 1 – 4 of 4) sorted by relevance
/external/skia/tests/ |
D | RoundRectTest.cpp | 230 SkRRect rr3; in test_round_rect_basic() local 231 rr3.setRectXY(rect, p.fX, p.fY); in test_round_rect_basic() 233 REPORTER_ASSERT(reporter, SkRRect::kSimple_Type == rr3.type()); in test_round_rect_basic() 234 REPORTER_ASSERT(reporter, rr3.rect() == rect); in test_round_rect_basic() 237 REPORTER_ASSERT(reporter, p == rr3.radii((SkRRect::Corner) i)); in test_round_rect_basic() 242 REPORTER_ASSERT(reporter, rr3_2 == rr3 && rr3_2.getType() == rr3.getType()); in test_round_rect_basic() 245 REPORTER_ASSERT(reporter, rr3_3 == rr3 && rr3_3.getType() == rr3.getType()); in test_round_rect_basic() 274 REPORTER_ASSERT(reporter, empty != rr3); in test_round_rect_basic() 275 REPORTER_ASSERT(reporter, rr3 != rr5); in test_round_rect_basic() 313 SkRRect rr3; in test_round_rect_rects() local [all …]
|
D | RRectInPathTest.cpp | 307 SkRRect rr3; in test_round_rect_basic() local 308 rr3.setRectXY(rect, p.fX, p.fY); in test_round_rect_basic() 309 path_contains_rrect_check(reporter, rr3, dir, start); in test_round_rect_basic() 365 SkRRect rr3; in test_round_rect_rects() local 366 rr3.setRectRadii(rect, radii2); in test_round_rect_rects() 367 path_contains_rrect_check(reporter, rr3, dir, start); in test_round_rect_rects()
|
/external/skqp/tests/ |
D | RoundRectTest.cpp | 230 SkRRect rr3; in test_round_rect_basic() local 231 rr3.setRectXY(rect, p.fX, p.fY); in test_round_rect_basic() 233 REPORTER_ASSERT(reporter, SkRRect::kSimple_Type == rr3.type()); in test_round_rect_basic() 234 REPORTER_ASSERT(reporter, rr3.rect() == rect); in test_round_rect_basic() 237 REPORTER_ASSERT(reporter, p == rr3.radii((SkRRect::Corner) i)); in test_round_rect_basic() 242 REPORTER_ASSERT(reporter, rr3_2 == rr3 && rr3_2.getType() == rr3.getType()); in test_round_rect_basic() 245 REPORTER_ASSERT(reporter, rr3_3 == rr3 && rr3_3.getType() == rr3.getType()); in test_round_rect_basic() 274 REPORTER_ASSERT(reporter, empty != rr3); in test_round_rect_basic() 275 REPORTER_ASSERT(reporter, rr3 != rr5); in test_round_rect_basic() 313 SkRRect rr3; in test_round_rect_rects() local [all …]
|
D | RRectInPathTest.cpp | 307 SkRRect rr3; in test_round_rect_basic() local 308 rr3.setRectXY(rect, p.fX, p.fY); in test_round_rect_basic() 309 path_contains_rrect_check(reporter, rr3, dir, start); in test_round_rect_basic() 365 SkRRect rr3; in test_round_rect_rects() local 366 rr3.setRectRadii(rect, radii2); in test_round_rect_rects() 367 path_contains_rrect_check(reporter, rr3, dir, start); in test_round_rect_rects()
|