Home | History | Annotate | Download | only in rendering

Lines Matching refs:dirtyRect

840         FloatRect dirtyRect(dirtyOrigin, r.size());
842 if (bounds.intersects(dirtyRect))
843 m_graphicsLayer->setNeedsDisplayInRect(dirtyRect);
1053 // The dirtyRect is in the coords of the painting root.
1054 IntRect dirtyRect = enclosingBBox;
1055 dirtyRect.intersect(clipRect);
1057 paintIntoLayer(m_owningLayer, &context, dirtyRect, PaintBehaviorNormal, paintingPhase, renderer());