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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFloatRoundedRect.cpp138 const FloatRect& bottomRightRect = bottomRightCorner(); local
142 else if (!bottomRightRect.isEmpty() && y >= bottomRightRect.y() && y <= bottomRightRect.maxY())
143 maxXIntercept = bottomRightRect.x() + cornerRectIntercept(y - bottomRightRect.y(), bottomRightRect);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderBoxModelObject.cpp1436 LayoutRect bottomRightRect(boundingRect.location(), radii.bottomRight());
1437 bottomRightRect.setX(boundingRect.maxX() - bottomRightRect.width());
1438 bottomRightRect.setY(boundingRect.maxY() - bottomRightRect.height());
1439 if (clipRect.intersects(bottomRightRect))

Completed in 171 milliseconds