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

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatRoundedRect.cpp118 const FloatRect& bottomLeftRect = bottomLeftCorner(); local
122 else if (!bottomLeftRect.isEmpty() && y >= bottomLeftRect.y() && y <= bottomLeftRect.maxY())
123 minXIntercept = bottomLeftRect.maxX() - cornerRectIntercept(y - bottomLeftRect.y(), bottomLeftRect);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxModelObject.cpp1414 LayoutRect bottomLeftRect(boundingRect.location(), radii.bottomLeft());
1415 bottomLeftRect.setY(boundingRect.maxY() - bottomLeftRect.height());
1416 if (clipRect.intersects(bottomLeftRect))

Completed in 121 milliseconds