Home | History | Annotate | Download | only in rendering

Lines Matching refs:overflowBox

522         IntRect overflowBox = visualOverflowRect();
523 flipForWritingMode(overflowBox);
524 overflowBox.inflate(maximalOutlineSize(paintInfo.phase));
525 overflowBox.move(tx, ty);
526 if (!overflowBox.intersects(paintInfo.rect))