Lines Matching defs:paintDirtyRect

955     // paintDirtyRect, and that should cut down on the amount we have to paint.  Still it
2534 static void setClip(GraphicsContext* p, const IntRect& paintDirtyRect, const IntRect& clipRect)
2536 if (paintDirtyRect == clipRect)
2542 static void restoreClip(GraphicsContext* p, const IntRect& paintDirtyRect, const IntRect& clipRect)
2544 if (paintDirtyRect == clipRect)
2573 const IntRect& paintDirtyRect, PaintBehavior paintBehavior,
2616 IntRect clipRect = paintDirtyRect;
2619 clipRect.intersect(paintDirtyRect);
2623 setClip(p, paintDirtyRect, clipRect);
2638 paintLayer(this, p, transform.inverse().mapRect(paintDirtyRect), paintBehavior, paintingRoot, overlapTestRequests, paintFlags | PaintLayerAppliedTransform);
2643 restoreClip(p, paintDirtyRect, clipRect);
2655 reflectionLayer()->paintLayer(rootLayer, p, paintDirtyRect, paintBehavior, paintingRoot, overlapTestRequests, localPaintFlags | PaintLayerPaintingReflection);
2661 calculateRects(rootLayer, paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect, localPaintFlags & PaintLayerTemporaryClipRects);
2695 setClip(p, paintDirtyRect, damageRect);
2702 restoreClip(p, paintDirtyRect, damageRect);
2706 paintList(m_negZOrderList, rootLayer, p, paintDirtyRect, paintBehavior, paintingRoot, overlapTestRequests, localPaintFlags);
2715 setClip(p, paintDirtyRect, clipRectToApply);
2731 restoreClip(p, paintDirtyRect, clipRectToApply);
2737 setClip(p, paintDirtyRect, outlineRect);
2739 restoreClip(p, paintDirtyRect, outlineRect);
2743 paintList(m_normalFlowList, rootLayer, p, paintDirtyRect, paintBehavior, paintingRoot, overlapTestRequests, localPaintFlags);
2746 paintList(m_posZOrderList, rootLayer, p, paintDirtyRect, paintBehavior, paintingRoot, overlapTestRequests, localPaintFlags);
2749 setClip(p, paintDirtyRect, damageRect);
2756 restoreClip(p, paintDirtyRect, damageRect);
2760 setClip(p, paintDirtyRect, damageRect);
2762 restoreClip(p, paintDirtyRect, damageRect);
2774 const IntRect& paintDirtyRect, PaintBehavior paintBehavior,
2784 childLayer->paintLayer(rootLayer, p, paintDirtyRect, paintBehavior, paintingRoot, overlapTestRequests, paintFlags);
2786 paintPaginatedChildLayer(childLayer, rootLayer, p, paintDirtyRect, paintBehavior, paintingRoot, overlapTestRequests, paintFlags);
2791 const IntRect& paintDirtyRect, PaintBehavior paintBehavior,
2807 paintChildLayerIntoColumns(childLayer, rootLayer, context, paintDirtyRect, paintBehavior, paintingRoot, overlapTestRequests, paintFlags, columnLayers, columnLayers.size() - 1);
2811 const IntRect& paintDirtyRect, PaintBehavior paintBehavior,
2839 IntRect localDirtyRect(paintDirtyRect);
3497 void RenderLayer::calculateRects(const RenderLayer* rootLayer, const IntRect& paintDirtyRect, IntRect& layerBounds,
3503 backgroundRect.intersect(paintDirtyRect);
3505 backgroundRect = paintDirtyRect;