Searched refs:oooRects (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/tests/ |
D | RoundRectTest.cpp | 54 static const SkRect oooRects[] = { // out of order in test_empty() local 71 for (size_t i = 0; i < SK_ARRAY_COUNT(oooRects); ++i) { in test_empty() 72 r.setRect(oooRects[i]); in test_empty() 74 REPORTER_ASSERT(reporter, r.rect() == oooRects[i].makeSorted()); in test_empty() 76 r.setOval(oooRects[i]); in test_empty() 78 REPORTER_ASSERT(reporter, r.rect() == oooRects[i].makeSorted()); in test_empty() 80 r.setRectXY(oooRects[i], 1, 2); in test_empty() 82 REPORTER_ASSERT(reporter, r.rect() == oooRects[i].makeSorted()); in test_empty() 84 r.setNinePatch(oooRects[i], 0, 1, 2, 3); in test_empty() 86 REPORTER_ASSERT(reporter, r.rect() == oooRects[i].makeSorted()); in test_empty() [all …]
|
/third_party/skia/tests/ |
D | RoundRectTest.cpp | 57 static const SkRect oooRects[] = { // out of order in test_empty() local 74 for (size_t i = 0; i < SK_ARRAY_COUNT(oooRects); ++i) { in test_empty() 75 r.setRect(oooRects[i]); in test_empty() 77 REPORTER_ASSERT(reporter, r.rect() == oooRects[i].makeSorted()); in test_empty() 79 r.setOval(oooRects[i]); in test_empty() 81 REPORTER_ASSERT(reporter, r.rect() == oooRects[i].makeSorted()); in test_empty() 83 r.setRectXY(oooRects[i], 1, 2); in test_empty() 85 REPORTER_ASSERT(reporter, r.rect() == oooRects[i].makeSorted()); in test_empty() 87 r.setNinePatch(oooRects[i], 0, 1, 2, 3); in test_empty() 89 REPORTER_ASSERT(reporter, r.rect() == oooRects[i].makeSorted()); in test_empty() [all …]
|