Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp358 IntRect relativeCompositingBounds(localCompositingBounds); in updateGraphicsLayerGeometry() local
361 relativeCompositingBounds.move(deltaX, deltaY); in updateGraphicsLayerGeometry()
389 …m_graphicsLayer->setPosition(FloatPoint() + (relativeCompositingBounds.location() - graphicsLayerP… in updateGraphicsLayerGeometry()
399 FloatSize newSize = relativeCompositingBounds.size(); in updateGraphicsLayerGeometry()
434 …or(relativeCompositingBounds.width() != 0.0f ? ((layerBounds.x() - relativeCompositingBounds.x())… in updateGraphicsLayerGeometry()
435relativeCompositingBounds.height() != 0.0f ? ((layerBounds.y() - relativeCompositingBounds.y()) + … in updateGraphicsLayerGeometry()