Home | History | Annotate | Download | only in paint

Lines Matching defs:boundingRect

1332     LayoutRect boundingRect = border.rect();
1333 if (clipRect.contains(boundingRect))
1338 LayoutRect topLeftRect(boundingRect.location(), radii.topLeft());
1342 LayoutRect topRightRect(boundingRect.location(), radii.topRight());
1343 topRightRect.setX(boundingRect.maxX() - topRightRect.width());
1347 LayoutRect bottomLeftRect(boundingRect.location(), radii.bottomLeft());
1348 bottomLeftRect.setY(boundingRect.maxY() - bottomLeftRect.height());
1352 LayoutRect bottomRightRect(boundingRect.location(), radii.bottomRight());
1353 bottomRightRect.setX(boundingRect.maxX() - bottomRightRect.width());
1354 bottomRightRect.setY(boundingRect.maxY() - bottomRightRect.height());