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

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

Completed in 260 milliseconds