Home
last modified time | relevance | path

Searched refs:oooRects (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DRoundRectTest.cpp57 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[ in test_empty()
[all...]

Completed in 2 milliseconds