Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderLayer.cpp3463 IntRect backgroundRect; in backgroundClipRect() local
3467backgroundRect = renderer()->style()->position() == FixedPosition ? parentRects.fixedClipRect() : in backgroundClipRect()
3473backgroundRect.move(view->frameView()->scrollXForFixedPosition(), view->frameView()->scrollYForFix… in backgroundClipRect()
3475 return backgroundRect; in backgroundClipRect()
3479 … IntRect& backgroundRect, IntRect& foregroundRect, IntRect& outlineRect, bool temporaryClipRects, in calculateRects() argument
3483 backgroundRect = backgroundClipRect(rootLayer, temporaryClipRects, relevancy); in calculateRects()
3484 backgroundRect.intersect(paintDirtyRect); in calculateRects()
3486 backgroundRect = paintDirtyRect; in calculateRects()
3488 foregroundRect = backgroundRect; in calculateRects()
3489 outlineRect = backgroundRect; in calculateRects()
[all …]
DRenderLayer.h413 …IntRect& backgroundRect, IntRect& foregroundRect, IntRect& outlineRect, bool temporaryClipRects = …
DRenderLayerCompositor.cpp1449 IntRect backgroundRect = layer->backgroundClipRect(computeClipRoot, true); local
1450 return backgroundRect != PaintInfo::infiniteRect();