Searched refs:emptyRects (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/tests/ |
D | RoundRectTest.cpp | 60 static const SkRect emptyRects[] = { in test_empty() local 93 for (size_t i = 0; i < SK_ARRAY_COUNT(emptyRects); ++i) { in test_empty() 94 r.setRect(emptyRects[i]); in test_empty() 96 REPORTER_ASSERT(reporter, r.rect() == emptyRects[i]); in test_empty() 98 r.setOval(emptyRects[i]); in test_empty() 100 REPORTER_ASSERT(reporter, r.rect() == emptyRects[i]); in test_empty() 102 r.setRectXY(emptyRects[i], 1, 2); in test_empty() 104 REPORTER_ASSERT(reporter, r.rect() == emptyRects[i]); in test_empty() 106 r.setNinePatch(emptyRects[i], 0, 1, 2, 3); in test_empty() 108 REPORTER_ASSERT(reporter, r.rect() == emptyRects[i]); in test_empty() [all …]
|
/third_party/skia/tests/ |
D | RoundRectTest.cpp | 63 static const SkRect emptyRects[] = { in test_empty() local 96 for (size_t i = 0; i < SK_ARRAY_COUNT(emptyRects); ++i) { in test_empty() 97 r.setRect(emptyRects[i]); in test_empty() 99 REPORTER_ASSERT(reporter, r.rect() == emptyRects[i]); in test_empty() 101 r.setOval(emptyRects[i]); in test_empty() 103 REPORTER_ASSERT(reporter, r.rect() == emptyRects[i]); in test_empty() 105 r.setRectXY(emptyRects[i], 1, 2); in test_empty() 107 REPORTER_ASSERT(reporter, r.rect() == emptyRects[i]); in test_empty() 109 r.setNinePatch(emptyRects[i], 0, 1, 2, 3); in test_empty() 111 REPORTER_ASSERT(reporter, r.rect() == emptyRects[i]); in test_empty() [all …]
|