Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp376 IntRect parentClipRect = m_owningLayer->backgroundClipRect(compAncestor, true); in updateGraphicsLayerGeometry() local
377 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()