Home | History | Annotate | Download | only in rendering

Lines Matching refs:backgroundRect

183     ClipRect backgroundRect, foregroundRect, outlineRect;
186 calculateRects(context, m_renderer.view()->unscaledDocumentRect(), layerBounds, backgroundRect, foregroundRect, outlineRect);
195 ClipRect backgroundRect, foregroundRect, outlineRect;
197 calculateRects(context, PaintInfo::infiniteRect(), layerBounds, backgroundRect, foregroundRect, outlineRect);
199 LayoutRect clipRect = backgroundRect.rect();
211 ClipRect& backgroundRect, ClipRect& foregroundRect, ClipRect& outlineRect, const LayoutPoint* offsetFromRoot) const
216 backgroundRect = backgroundClipRect(context);
217 backgroundRect.move(roundedIntSize(context.subPixelAccumulation));
218 backgroundRect.intersect(paintDirtyRect);
220 backgroundRect = paintDirtyRect;
223 foregroundRect = backgroundRect;
224 outlineRect = backgroundRect;
254 backgroundRect.intersect(layerBoundsWithVisualOverflow);
259 backgroundRect.intersect(bounds);
267 backgroundRect.intersect(newPosClip);