Home | History | Annotate | Download | only in rendering

Lines Matching refs:repaintRect

822         IntRect repaintRect(repaintLeft, repaintTop, repaintRight - repaintLeft, repaintBottom - repaintTop);
827 repaintRect.inflate(maximalOutlineSize(PaintPhaseOutline));
831 int x = repaintRect.x();
832 int y = repaintRect.y();
834 repaintRect.setX(x);
835 repaintRect.setY(y);
838 repaintRect.intersect(IntRect(0, 0, width(), height()));
842 if (!repaintRect.isEmpty()) {
843 repaintRectangle(repaintRect); // We need to do a partial repaint of our content.
845 repaintRectangle(reflectedRect(repaintRect));
3893 IntRect repaintRect = r;
3894 repaintRect.move(currXOffset, currYOffset);
3896 repaintRect.intersect(colRect);
3898 result.unite(repaintRect);