Home | History | Annotate | Download | only in rendering

Lines Matching defs:outlineRect

2273     IntRect layerBounds, damageRect, clipRectToApply, outlineRect;
2274 calculateRects(rootLayer, paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect, localPaintFlags & PaintLayerTemporaryClipRects);
2347 if (!outlineRect.isEmpty() && isSelfPaintingLayer()) {
2349 RenderObject::PaintInfo paintInfo(p, outlineRect, PaintPhaseSelfOutline, false, paintingRootForRenderer, 0);
2350 setClip(p, paintDirtyRect, outlineRect);
2352 restoreClip(p, paintDirtyRect, outlineRect);
2597 IntRect outlineRect;
2598 calculateRects(rootLayer, hitTestRect, layerBounds, bgRect, fgRect, outlineRect, useTemporaryClipRects);
2846 IntRect& backgroundRect, IntRect& foregroundRect, IntRect& outlineRect, bool temporaryClipRects) const
2855 outlineRect = backgroundRect;
2872 outlineRect.intersect(newPosClip);
2899 IntRect layerBounds, backgroundRect, foregroundRect, outlineRect;
2900 calculateRects(clippingRootLayer, rootLayer->boundingBox(rootLayer), layerBounds, backgroundRect, foregroundRect, outlineRect);
2908 IntRect layerBounds, backgroundRect, foregroundRect, outlineRect;
2909 calculateRects(clippingRootLayer, rootLayer->boundingBox(rootLayer), layerBounds, backgroundRect, foregroundRect, outlineRect);