Home | History | Annotate | Download | only in rendering

Lines Matching refs:overflowBox

2303         IntRect overflowBox = visualOverflowRect();
2304 flipForWritingMode(overflowBox);
2305 overflowBox.inflate(maximalOutlineSize(paintInfo.phase));
2306 overflowBox.move(tx, ty);
2307 if (!overflowBox.intersects(paintInfo.rect))
3967 IntRect overflowBox = visualOverflowRect();
3968 overflowBox.move(tx, ty);
3969 if (!overflowBox.intersects(result.rectForPoint(_x, _y)))