Home
last modified time | relevance | path

Searched refs:foregroundRect (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayer.cpp3479 … IntRect& backgroundRect, IntRect& foregroundRect, IntRect& outlineRect, bool temporaryClipRects, in calculateRects() argument
3488 foregroundRect = backgroundRect; in calculateRects()
3503 foregroundRect = in calculateRects()
3509 foregroundRect.intersect(toRenderBox(renderer())->overflowClipRect(x, y, relevancy)); in calculateRects()
3514 foregroundRect.intersect(newPosClip); in calculateRects()
3544 IntRect layerBounds, backgroundRect, foregroundRect, outlineRect; in childrenClipRect() local
3545 …ngRootLayer, renderView->documentRect(), layerBounds, backgroundRect, foregroundRect, outlineRect); in childrenClipRect()
3546 …return clippingRootLayer->renderer()->localToAbsoluteQuad(FloatQuad(foregroundRect)).enclosingBoun… in childrenClipRect()
3553 IntRect layerBounds, backgroundRect, foregroundRect, outlineRect; in selfClipRect() local
3554 …ngRootLayer, renderView->documentRect(), layerBounds, backgroundRect, foregroundRect, outlineRect); in selfClipRect()
DRenderLayer.h413 …IntRect& backgroundRect, IntRect& foregroundRect, IntRect& outlineRect, bool temporaryClipRects = …