Lines Matching full:dirtyrect
351 FloatRect dirtyRect;352 dirtyRect.setWidth(width);353 dirtyRect.setHeight(height);354 gc.clip(dirtyRect);382 IntRect dirtyRect(rect);383 dirtyRect.move(-pt.x, -pt.y);384 view->paint(&gc, dirtyRect);