Home | History | Annotate | Download | only in rendering

Lines Matching refs:overflowRect

992     LayoutRect overflowRect(visualOverflowRect(lineTop, lineBottom));
993 flipForWritingMode(overflowRect);
994 overflowRect.moveBy(accumulatedOffset);
995 if (!locationInContainer.intersects(overflowRect))
1069 LayoutRect overflowRect(visualOverflowRect(lineTop, lineBottom));
1070 overflowRect.inflate(renderer()->maximalOutlineSize(paintInfo.phase));
1071 flipForWritingMode(overflowRect);
1072 overflowRect.moveBy(paintOffset);
1074 if (!paintInfo.rect.intersects(pixelSnappedIntRect(overflowRect)))