Home | History | Annotate | Download | only in rendering

Lines Matching refs:outlineRect

2660     IntRect layerBounds, damageRect, clipRectToApply, outlineRect;
2661 calculateRects(rootLayer, paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect, localPaintFlags & PaintLayerTemporaryClipRects);
2734 if (!outlineRect.isEmpty() && isSelfPaintingLayer() && !paintingOverlayScrollbars) {
2736 PaintInfo paintInfo(p, outlineRect, PaintPhaseSelfOutline, false, paintingRootForRenderer, 0);
2737 setClip(p, paintDirtyRect, outlineRect);
2739 restoreClip(p, paintDirtyRect, outlineRect);
3110 IntRect outlineRect;
3111 calculateRects(rootLayer, hitTestRect, layerBounds, bgRect, fgRect, outlineRect, useTemporaryClipRects, IncludeOverlayScrollbarSize);
3498 IntRect& backgroundRect, IntRect& foregroundRect, IntRect& outlineRect, bool temporaryClipRects,
3508 outlineRect = backgroundRect;
3534 outlineRect.intersect(newPosClip);
3563 IntRect layerBounds, backgroundRect, foregroundRect, outlineRect;
3564 calculateRects(clippingRootLayer, renderView->documentRect(), layerBounds, backgroundRect, foregroundRect, outlineRect);
3572 IntRect layerBounds, backgroundRect, foregroundRect, outlineRect;
3573 calculateRects(clippingRootLayer, renderView->documentRect(), layerBounds, backgroundRect, foregroundRect, outlineRect);