Searched defs:foregroundRect (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderLayer.cpp3498 IntRect& backgroundRect, IntRect& foregroundRect, IntRect& outlineRect, bool temporaryClipRects,
3507 foregroundRect = backgroundRect;
3522 foregroundRect =
3528 foregroundRect.intersect(toRenderBox(renderer())->overflowClipRect(x, y, relevancy));
3533 foregroundRect.intersect(newPosClip);
3563 IntRect layerBounds, backgroundRect, foregroundRect, outlineRect; local
3564 calculateRects(clippingRootLayer, renderView->documentRect(), layerBounds, backgroundRect, foregroundRect, outlineRect);
3565 return clippingRootLayer->renderer()->localToAbsoluteQuad(FloatQuad(foregroundRect)).enclosingBoundingBox();
3572 IntRect layerBounds, backgroundRect, foregroundRect, outlineRect; local
3573 calculateRects(clippingRootLayer, renderView->documentRect(), layerBounds, backgroundRect, foregroundRect, outlineRec
3497 calculateRects(const RenderLayer* rootLayer, const IntRect& paintDirtyRect, IntRect& layerBounds, IntRect& backgroundRect, IntRect& foregroundRect, IntRect& outlineRect, bool temporaryClipRects, OverlayScrollbarSizeRelevancy relevancy) const argument
[all...]

Completed in 164 milliseconds