Searched refs:clippingBox (Results 1 – 1 of 1) sorted by relevance
367 IntRect clippingBox = clipBox(toRenderBox(compAncestor->renderer())); in updateGraphicsLayerGeometry() local368 graphicsLayerParentLocation = clippingBox.location(); in updateGraphicsLayerGeometry()409 IntRect clippingBox; in updateGraphicsLayerGeometry() local411 clippingBox = clipBox(toRenderBox(renderer())); in updateGraphicsLayerGeometry()412 …m_clippingLayer->setPosition(FloatPoint() + (clippingBox.location() - localCompositingBounds.locat… in updateGraphicsLayerGeometry()413 m_clippingLayer->setSize(clippingBox.size()); in updateGraphicsLayerGeometry()414 m_clippingLayer->setOffsetFromRenderer(clippingBox.location() - IntPoint()); in updateGraphicsLayerGeometry()466 foregroundSize = FloatSize(clippingBox.size()); in updateGraphicsLayerGeometry()467 foregroundOffset = clippingBox.location() - IntPoint(); in updateGraphicsLayerGeometry()