Searched refs:bottomRightRect (Results 1 – 2 of 2) sorted by relevance
128 const FloatRect& bottomRightRect = bottomRightCorner(); in xInterceptsAtY() local132 else if (!bottomRightRect.isEmpty() && y >= bottomRightRect.y() && y <= bottomRightRect.maxY()) in xInterceptsAtY()133 …maxXIntercept = bottomRightRect.x() + cornerRectIntercept(y - bottomRightRect.y(), bottomRightRect… in xInterceptsAtY()
1417 LayoutRect bottomRightRect(boundingRect.location(), radii.bottomRight()); in allCornersClippedOut() local1418 bottomRightRect.setX(boundingRect.maxX() - bottomRightRect.width()); in allCornersClippedOut()1419 bottomRightRect.setY(boundingRect.maxY() - bottomRightRect.height()); in allCornersClippedOut()1420 if (clipRect.intersects(bottomRightRect)) in allCornersClippedOut()