H A D | RoundRectTest.cpp | 1066 float innerWidth = rng.nextRangeF(0.f, 40.f); in test_inner_bounds() local 1079 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() 1101 REPORTER_ASSERT(reporter, maxInner.contains(maxLeft + innerWidth, midY)); in test_inner_bounds()
|