Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.cpp3564 LayoutRect unionBounds = boundingBoxRect; in calculateLayerBounds() local
3589 unionBounds.unite(childUnionBounds); in calculateLayerBounds()
3614 unionBounds.unite(childUnionBounds); in calculateLayerBounds()
3622 renderer->style()->filterOutsets().expandRect(unionBounds); in calculateLayerBounds()
3627 unionBounds = affineTrans->mapRect(unionBounds); in calculateLayerBounds()
3635 unionBounds.moveBy(ancestorRelOffset); in calculateLayerBounds()
3637 return pixelSnappedIntRect(unionBounds); in calculateLayerBounds()