Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.cpp597 IntRect localCompositingBounds = pixelSnappedIntRect(compositedBounds()); in updateGraphicsLayerGeometry() local
599 IntRect relativeCompositingBounds(localCompositingBounds); in updateGraphicsLayerGeometry()
643 m_graphicsLayer->setOffsetFromRenderer(toIntSize(localCompositingBounds.location())); in updateGraphicsLayerGeometry()
659 … clipLayer->setPosition(FloatPoint(clippingBox.location() - localCompositingBounds.location())); in updateGraphicsLayerGeometry()
767 …m_scrollingLayer->setPosition(FloatPoint(clientBox.location() - localCompositingBounds.location())… in updateGraphicsLayerGeometry()