Searched refs:maxInner (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/tests/ |
H A D | RoundRectTest.cpp | 1083 SkRect maxInner = SkRRectPriv::InnerBounds(rr); in test_inner_bounds() local 1084 // Test upper limit on the size of 'maxInner' in test_inner_bounds() 1085 REPORTER_ASSERT(reporter, outer.contains(maxInner)); in test_inner_bounds() 1086 REPORTER_ASSERT(reporter, rr.contains(maxInner)); in test_inner_bounds() 1088 // Test lower limit on the size of 'maxInner' in test_inner_bounds() 1093 REPORTER_ASSERT(reporter, maxInner.contains(inner)); in test_inner_bounds() 1098 REPORTER_ASSERT(reporter, maxInner.contains(midX, maxTop)); in test_inner_bounds() 1099 REPORTER_ASSERT(reporter, maxInner.contains(midX, maxTop + innerHeight)); in test_inner_bounds() 1100 REPORTER_ASSERT(reporter, maxInner.contains(maxLeft, midY)); in test_inner_bounds() 1101 REPORTER_ASSERT(reporter, maxInner in test_inner_bounds() [all...] |
Completed in 3 milliseconds