Searched refs:parentClipRect (Results 1 – 2 of 2) sorted by relevance
628 …IntRect parentClipRect = pixelSnappedIntRect(m_owningLayer->backgroundClipRect(clipRectsContext).r… in updateGraphicsLayerGeometry() local629 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()
2349 LayoutRect parentClipRect = backgroundClipRect(clipRectsContext).rect(); in paintTransformedLayerIntoFragments() local2350 parentClipRect.moveBy(fragment.paginationOffset + offsetOfPaginationLayerFromRoot); in paintTransformedLayerIntoFragments()2351 clipRect.intersect(parentClipRect); in paintTransformedLayerIntoFragments()2987 LayoutRect parentClipRect = backgroundClipRect(clipRectsContext).rect(); in hitTestTransformedLayerInFragments() local2988 parentClipRect.moveBy(fragment.paginationOffset + offsetOfPaginationLayerFromRoot); in hitTestTransformedLayerInFragments()2989 clipRect.intersect(parentClipRect); in hitTestTransformedLayerInFragments()