Home | History | Annotate | Download | only in rendering

Lines Matching defs:outlineRect

2638     IntRect layerBounds, damageRect, clipRectToApply, outlineRect;
2639 calculateRects(rootLayer, paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect, localPaintFlags & PaintLayerTemporaryClipRects);
2712 if (!outlineRect.isEmpty() && isSelfPaintingLayer() && !paintingOverlayScrollbars) {
2714 PaintInfo paintInfo(p, outlineRect, PaintPhaseSelfOutline, false, paintingRootForRenderer, 0);
2715 setClip(p, paintDirtyRect, outlineRect);
2717 restoreClip(p, paintDirtyRect, outlineRect);
3088 IntRect outlineRect;
3089 calculateRects(rootLayer, hitTestRect, layerBounds, bgRect, fgRect, outlineRect, useTemporaryClipRects, IncludeOverlayScrollbarSize);
3486 IntRect& backgroundRect, IntRect& foregroundRect, IntRect& outlineRect, bool temporaryClipRects,
3496 outlineRect = backgroundRect;
3522 outlineRect.intersect(newPosClip);
3551 IntRect layerBounds, backgroundRect, foregroundRect, outlineRect;
3552 calculateRects(clippingRootLayer, renderView->documentRect(), layerBounds, backgroundRect, foregroundRect, outlineRect);
3560 IntRect layerBounds, backgroundRect, foregroundRect, outlineRect;
3561 calculateRects(clippingRootLayer, renderView->documentRect(), layerBounds, backgroundRect, foregroundRect, outlineRect);