Lines Matching defs:maxInner
1083 SkRect maxInner = SkRRectPriv::InnerBounds(rr);
1084 // Test upper limit on the size of 'maxInner'
1085 REPORTER_ASSERT(reporter, outer.contains(maxInner));
1086 REPORTER_ASSERT(reporter, rr.contains(maxInner));
1088 // Test lower limit on the size of 'maxInner'
1093 REPORTER_ASSERT(reporter, maxInner.contains(inner));
1098 REPORTER_ASSERT(reporter, maxInner.contains(midX, maxTop));
1099 REPORTER_ASSERT(reporter, maxInner.contains(midX, maxTop + innerHeight));
1100 REPORTER_ASSERT(reporter, maxInner.contains(maxLeft, midY));
1101 REPORTER_ASSERT(reporter, maxInner.contains(maxLeft + innerWidth, midY));