Searched refs:maxLeft (Results 1 – 1 of 1) sorted by relevance
1074 float maxLeft = std::max(radii[0].fX, radii[3].fX); in test_inner_bounds() local1079 SkRect outer = SkRect::MakeWH(maxLeft + maxRight + innerWidth, in test_inner_bounds()1089 inner = SkRect::MakeXYWH(maxLeft, maxTop, innerWidth, innerHeight); in test_inner_bounds()1096 float midX = maxLeft + 0.5f * innerWidth; in test_inner_bounds()1100 REPORTER_ASSERT(reporter, maxInner.contains(maxLeft, midY)); in test_inner_bounds()1101 REPORTER_ASSERT(reporter, maxInner.contains(maxLeft + innerWidth, midY)); in test_inner_bounds()