Searched refs:unionBounds (Results 1 – 1 of 1) sorted by relevance
3564 LayoutRect unionBounds = boundingBoxRect; in calculateLayerBounds() local3589 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()