Home | History | Annotate | Download | only in rendering

Lines Matching defs:layerBounds

594                   const IntRect& layerBounds, const IntRect& backgroundClipRect, const IntRect& clipRect, const IntRect& outlineClipRect,
604 ts << layerBounds;
606 if (!layerBounds.isEmpty()) {
607 if (!backgroundClipRect.contains(layerBounds))
609 if (!clipRect.contains(layerBounds))
611 if (!outlineClipRect.contains(layerBounds))
659 IntRect layerBounds, damageRect, clipRectToApply, outlineRect;
660 l->calculateRects(rootLayer, paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect, true);
666 bool shouldPaint = (behavior & RenderAsTextShowAllLayers) ? true : l->intersectsDamageRect(layerBounds, damageRect, rootLayer);
670 write(ts, *l, layerBounds, damageRect, clipRectToApply, outlineRect, LayerPaintPhaseBackground, indent, behavior);
684 write(ts, *l, layerBounds, damageRect, clipRectToApply, outlineRect, paintsBackgroundSeparately ? LayerPaintPhaseForeground : LayerPaintPhaseAll, indent, behavior);