Home | History | Annotate | Download | only in rendering

Lines Matching defs:cornerRect

1727 static IntRect cornerRect(const RenderLayer* layer, const IntRect& bounds)
1761 return cornerRect(this, renderBox()->borderBoxRect());
1770 return cornerRect(layer, bounds);
2390 IntRect cornerRect = scrollCornerRect();
2391 IntRect absRect = IntRect(cornerRect.x() + tx, cornerRect.y() + ty, cornerRect.width(), cornerRect.height());
2419 IntRect cornerRect = resizerCornerRect(this, box->borderBoxRect());
2420 IntRect absRect = IntRect(cornerRect.x() + tx, cornerRect.y() + ty, cornerRect.width(), cornerRect.height());