Home | History | Annotate | Download | only in rendering

Lines Matching refs:deltaX

262     int deltaX = 0, deltaY = 0;
263 m_owningLayer->convertToLayerCoords(compAncestor, deltaX, deltaY);
264 relativeCompositingBounds.move(deltaX, deltaY);
282 // backgroundRect is relative to compAncestor, so subtract deltaX/deltaY to get back to local coords.
283 IntSize rendererOffset(parentClipRect.location().x() - deltaX, parentClipRect.location().y() - deltaY);
321 IntRect layerBounds = IntRect(deltaX, deltaY, borderBox.width(), borderBox.height());