Home | History | Annotate | Download | only in rendering

Lines Matching refs:repaintRect

821         IntRect repaintRect(repaintLeft, repaintTop, repaintRight - repaintLeft, repaintBottom - repaintTop);
826 repaintRect.inflate(maximalOutlineSize(PaintPhaseOutline));
830 int x = repaintRect.x();
831 int y = repaintRect.y();
833 repaintRect.setX(x);
834 repaintRect.setY(y);
837 repaintRect.intersect(IntRect(0, 0, width(), height()));
841 if (!repaintRect.isEmpty()) {
842 repaintRectangle(repaintRect); // We need to do a partial repaint of our content.
844 repaintRectangle(reflectedRect(repaintRect));
3892 IntRect repaintRect = r;
3893 repaintRect.move(currXOffset, currYOffset);
3895 repaintRect.intersect(colRect);
3897 result.unite(repaintRect);