Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.cpp628 …IntRect parentClipRect = pixelSnappedIntRect(m_owningLayer->backgroundClipRect(clipRectsContext).r… in updateGraphicsLayerGeometry() local
629 ASSERT(parentClipRect != PaintInfo::infiniteRect()); in updateGraphicsLayerGeometry()
630 …m_ancestorClippingLayer->setPosition(FloatPoint(parentClipRect.location() - graphicsLayerParentLoc… in updateGraphicsLayerGeometry()
631 m_ancestorClippingLayer->setSize(parentClipRect.size()); in updateGraphicsLayerGeometry()
634 m_ancestorClippingLayer->setOffsetFromRenderer(parentClipRect.location() - delta); in updateGraphicsLayerGeometry()
637 graphicsLayerParentLocation = parentClipRect.location(); in updateGraphicsLayerGeometry()
DRenderLayer.cpp2349 LayoutRect parentClipRect = backgroundClipRect(clipRectsContext).rect(); in paintTransformedLayerIntoFragments() local
2350 parentClipRect.moveBy(fragment.paginationOffset + offsetOfPaginationLayerFromRoot); in paintTransformedLayerIntoFragments()
2351 clipRect.intersect(parentClipRect); in paintTransformedLayerIntoFragments()
2987 LayoutRect parentClipRect = backgroundClipRect(clipRectsContext).rect(); in hitTestTransformedLayerInFragments() local
2988 parentClipRect.moveBy(fragment.paginationOffset + offsetOfPaginationLayerFromRoot); in hitTestTransformedLayerInFragments()
2989 clipRect.intersect(parentClipRect); in hitTestTransformedLayerInFragments()