Home
last modified time | relevance | path

Searched refs:backgroundRect (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderLayer.cpp2830 IntRect backgroundRect; in backgroundClipRect() local
2834backgroundRect = renderer()->style()->position() == FixedPosition ? parentRects.fixedClipRect() : in backgroundClipRect()
2840 backgroundRect.move(view->frameView()->scrollX(), view->frameView()->scrollY()); in backgroundClipRect()
2842 return backgroundRect; in backgroundClipRect()
2846 …IntRect& backgroundRect, IntRect& foregroundRect, IntRect& outlineRect, bool temporaryClipRects) c… in calculateRects() argument
2849 backgroundRect = backgroundClipRect(rootLayer, temporaryClipRects); in calculateRects()
2850 backgroundRect.intersect(paintDirtyRect); in calculateRects()
2852 backgroundRect = paintDirtyRect; in calculateRects()
2854 foregroundRect = backgroundRect; in calculateRects()
2855 outlineRect = backgroundRect; in calculateRects()
[all …]
DRenderLayerCompositor.cpp1080 IntRect backgroundRect = layer->backgroundClipRect(computeClipRoot, true); in computeCompositingRequirements() local
1081 return backgroundRect != ClipRects::infiniteRect(); in computeCompositingRequirements()
DRenderLayer.h379 …IntRect& backgroundRect, IntRect& foregroundRect, IntRect& outlineRect, bool temporaryClipRects = …