Searched refs:parentClipRect (Results 1 – 1 of 1) sorted by relevance
376 IntRect parentClipRect = m_owningLayer->backgroundClipRect(compAncestor, true); in updateGraphicsLayerGeometry() local377 ASSERT(parentClipRect != PaintInfo::infiniteRect()); in updateGraphicsLayerGeometry()378 …m_ancestorClippingLayer->setPosition(FloatPoint() + (parentClipRect.location() - graphicsLayerPare… in updateGraphicsLayerGeometry()379 m_ancestorClippingLayer->setSize(parentClipRect.size()); in updateGraphicsLayerGeometry()382 …IntSize rendererOffset(parentClipRect.location().x() - deltaX, parentClipRect.location().y() - del… in updateGraphicsLayerGeometry()386 graphicsLayerParentLocation = parentClipRect.location(); in updateGraphicsLayerGeometry()