Home | History | Annotate | Download | only in rendering

Lines Matching refs:overflowRect

1135     LayoutRect overflowRect(visualOverflowRect());
1136 overflowRect.moveBy(boxOrigin);
1137 overflowRect.inflate(maximalOutlineSize(paintInfo.phase));
1139 if (!paintInfo.rect.intersects(pixelSnappedIntRect(overflowRect)))