Searched refs:backgroundRect (Results 1 – 3 of 3) sorted by relevance
2830 IntRect backgroundRect; in backgroundClipRect() local2834 … backgroundRect = 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() argument2849 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 …]
1080 IntRect backgroundRect = layer->backgroundClipRect(computeClipRoot, true); in computeCompositingRequirements() local1081 return backgroundRect != ClipRects::infiniteRect(); in computeCompositingRequirements()
379 …IntRect& backgroundRect, IntRect& foregroundRect, IntRect& outlineRect, bool temporaryClipRects = …