Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp356 IntRect localCompositingBounds = compositedBounds(); in updateGraphicsLayerGeometry() local
358 IntRect relativeCompositingBounds(localCompositingBounds); in updateGraphicsLayerGeometry()
392 m_graphicsLayer->setOffsetFromRenderer(localCompositingBounds.location() - IntPoint()); in updateGraphicsLayerGeometry()
412 …ppingLayer->setPosition(FloatPoint() + (clippingBox.location() - localCompositingBounds.location()… in updateGraphicsLayerGeometry()