Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DFloatRoundedRect.cpp127 const FloatRect& topRightRect = topRightCorner(); in xInterceptsAtY() local
130 if (!topRightRect.isEmpty() && y >= topRightRect.y() && y <= topRightRect.maxY()) in xInterceptsAtY()
131 … maxXIntercept = topRightRect.x() + cornerRectIntercept(topRightRect.maxY() - y, topRightRect); in xInterceptsAtY()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.cpp1407 LayoutRect topRightRect(boundingRect.location(), radii.topRight()); in allCornersClippedOut() local
1408 topRightRect.setX(boundingRect.maxX() - topRightRect.width()); in allCornersClippedOut()
1409 if (clipRect.intersects(topRightRect)) in allCornersClippedOut()