Home | History | Annotate | Download | only in rendering

Lines Matching refs:repaintRect

1348         IntRect repaintRect;
1350 repaintRect = IntRect(repaintLogicalLeft, repaintLogicalTop, repaintLogicalRight - repaintLogicalLeft, repaintLogicalBottom - repaintLogicalTop);
1352 repaintRect = IntRect(repaintLogicalTop, repaintLogicalLeft, repaintLogicalBottom - repaintLogicalTop, repaintLogicalRight - repaintLogicalLeft);
1355 adjustRectForColumns(repaintRect);
1357 repaintRect.inflate(maximalOutlineSize(PaintPhaseOutline));
1361 repaintRect.move(-layer()->scrolledContentOffset());
1364 repaintRect.intersect(IntRect(0, 0, width(), height()));
1368 if (!repaintRect.isEmpty()) {
1369 repaintRectangle(repaintRect); // We need to do a partial repaint of our content.
1371 repaintRectangle(reflectedRect(repaintRect));
4538 IntRect repaintRect = r;
4541 repaintRect.move(currXOffset, currLogicalOffset);
4545 repaintRect.move(currLogicalOffset, currYOffset);
4548 repaintRect.intersect(colRect);
4549 result.unite(repaintRect);