Home
last modified time | relevance | path

Searched refs:bottomRightRect (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DFloatRoundedRect.cpp128 const FloatRect& bottomRightRect = bottomRightCorner(); in xInterceptsAtY() local
132 else if (!bottomRightRect.isEmpty() && y >= bottomRightRect.y() && y <= bottomRightRect.maxY()) in xInterceptsAtY()
133 …maxXIntercept = bottomRightRect.x() + cornerRectIntercept(y - bottomRightRect.y(), bottomRightRect in xInterceptsAtY()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.cpp1417 LayoutRect bottomRightRect(boundingRect.location(), radii.bottomRight()); in allCornersClippedOut() local
1418 bottomRightRect.setX(boundingRect.maxX() - bottomRightRect.width()); in allCornersClippedOut()
1419 bottomRightRect.setY(boundingRect.maxY() - bottomRightRect.height()); in allCornersClippedOut()
1420 if (clipRect.intersects(bottomRightRect)) in allCornersClippedOut()