Searched refs:rrects (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/tests/ |
D | RoundRectTest.cpp | 412 SkRRect rrects[kNumRRects]; in test_round_rect_contains_rect() local 414 rrects[i].setRectRadii(SkRect::MakeWH(40, 40), gRadii[i]); in test_round_rect_contains_rect() 432 REPORTER_ASSERT(reporter, !rrects[i].contains(easyOuts[j])); in test_round_rect_contains_rect() 505 test_direction(reporter, rrects[i], 0, 1, 0, 1, kNumSteps, answers[i][0]); // NW in test_round_rect_contains_rect() 506 test_direction(reporter, rrects[i], 19.5f, 0, 0, 1, kNumSteps, answers[i][1]); // N in test_round_rect_contains_rect() 507 test_direction(reporter, rrects[i], 40, -1, 0, 1, kNumSteps, answers[i][2]); // NE in test_round_rect_contains_rect() 508 test_direction(reporter, rrects[i], 40, -1, 19.5f, 0, kNumSteps, answers[i][3]); // E in test_round_rect_contains_rect() 509 test_direction(reporter, rrects[i], 40, -1, 40, -1, kNumSteps, answers[i][4]); // SE in test_round_rect_contains_rect() 510 test_direction(reporter, rrects[i], 19.5f, 0, 40, -1, kNumSteps, answers[i][5]); // S in test_round_rect_contains_rect() 511 test_direction(reporter, rrects[i], 0, 1, 40, -1, kNumSteps, answers[i][6]); // SW in test_round_rect_contains_rect() [all …]
|
/third_party/skia/gn/ |
D | gm.gni | 423 "$_gm/rrects.cpp",
|