Home | History | Annotate | Download | only in rendering

Lines Matching defs:layerBounds

459                   const IntRect& layerBounds, const IntRect& backgroundClipRect, const IntRect& clipRect, const IntRect& outlineClipRect,
464 ts << "layer " << layerBounds;
466 if (!layerBounds.isEmpty()) {
467 if (!backgroundClipRect.contains(layerBounds))
469 if (!clipRect.contains(layerBounds))
471 if (!outlineClipRect.contains(layerBounds))
510 IntRect layerBounds, damageRect, clipRectToApply, outlineRect;
511 l->calculateRects(rootLayer, paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect, true);
517 bool shouldPaint = (behavior & RenderAsTextShowAllLayers) ? true : l->intersectsDamageRect(layerBounds, damageRect, rootLayer);
521 write(ts, *l, layerBounds, damageRect, clipRectToApply, outlineRect, LayerPaintPhaseBackground, indent, behavior);
535 write(ts, *l, layerBounds, damageRect, clipRectToApply, outlineRect, paintsBackgroundSeparately ? LayerPaintPhaseForeground : LayerPaintPhaseAll, indent, behavior);