Home | History | Annotate | Download | only in rendering

Lines Matching refs:overflowBox

2288         IntRect overflowBox = visualOverflowRect();
2289 flipForWritingMode(overflowBox);
2290 overflowBox.inflate(maximalOutlineSize(paintInfo.phase));
2291 overflowBox.move(tx, ty);
2292 if (!overflowBox.intersects(paintInfo.rect))
3948 IntRect overflowBox = visualOverflowRect();
3949 overflowBox.move(tx, ty);
3950 overflowBox.intersects(result.rectForPoint(_x, _y)))