Home
last modified time | relevance | path

Searched refs:maxTop (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DRoundRectTest.cpp1075 float maxTop = std::max(radii[0].fY, radii[1].fY); in test_inner_bounds() local
1080 maxTop + maxBottom + innerHeight); in test_inner_bounds()
1089 inner = SkRect::MakeXYWH(maxLeft, maxTop, innerWidth, innerHeight); in test_inner_bounds()
1097 float midY = maxTop + 0.5f * innerHeight; 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()

Completed in 3 milliseconds