Searched refs:topRightRect (Results 1 – 2 of 2) sorted by relevance
127 const FloatRect& topRightRect = topRightCorner(); in xInterceptsAtY() local130 if (!topRightRect.isEmpty() && y >= topRightRect.y() && y <= topRightRect.maxY()) in xInterceptsAtY()131 … maxXIntercept = topRightRect.x() + cornerRectIntercept(topRightRect.maxY() - y, topRightRect); in xInterceptsAtY()
1407 LayoutRect topRightRect(boundingRect.location(), radii.topRight()); in allCornersClippedOut() local1408 topRightRect.setX(boundingRect.maxX() - topRightRect.width()); in allCornersClippedOut()1409 if (clipRect.intersects(topRightRect)) in allCornersClippedOut()