Searched refs:relativeCompositingBounds (Results 1 – 1 of 1) sorted by relevance
358 IntRect relativeCompositingBounds(localCompositingBounds); in updateGraphicsLayerGeometry() local361 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()435 …relativeCompositingBounds.height() != 0.0f ? ((layerBounds.y() - relativeCompositingBounds.y()) + … in updateGraphicsLayerGeometry()