Home | History | Annotate | Download | only in rendering

Lines Matching refs:overflowRect

903     IntRect overflowRect(visualOverflowRect(lineTop, lineBottom));
904 flipForWritingMode(overflowRect);
905 overflowRect.move(tx, ty);
906 if (!overflowRect.intersects(result.rectForPoint(x, y)))
951 IntRect overflowRect(visualOverflowRect(lineTop, lineBottom));
952 overflowRect.inflate(renderer()->maximalOutlineSize(paintInfo.phase));
953 flipForWritingMode(overflowRect);
954 overflowRect.move(tx, ty);
956 if (!paintInfo.rect.intersects(overflowRect))