Searched refs:clippingBox (Results 1 – 1 of 1) sorted by relevance
608 IntRect clippingBox = clipBox(toRenderBox(compAncestor->renderer())); in updateGraphicsLayerGeometry() local609 graphicsLayerParentLocation = clippingBox.location(); in updateGraphicsLayerGeometry()656 IntRect clippingBox; in updateGraphicsLayerGeometry() local658 clippingBox = clipBox(toRenderBox(renderer())); in updateGraphicsLayerGeometry()659 … clipLayer->setPosition(FloatPoint(clippingBox.location() - localCompositingBounds.location())); in updateGraphicsLayerGeometry()660 clipLayer->setSize(clippingBox.size()); in updateGraphicsLayerGeometry()661 clipLayer->setOffsetFromRenderer(toIntSize(clippingBox.location())); in updateGraphicsLayerGeometry()720 foregroundSize = FloatSize(clippingBox.size()); in updateGraphicsLayerGeometry()721 foregroundOffset = toIntSize(clippingBox.location()); in updateGraphicsLayerGeometry()