Home | History | Annotate | Download | only in rendering

Lines Matching refs:layerBounds

324     IntRect layerBounds = compositor()->calculateCompositedBounds(m_owningLayer, m_owningLayer);
346 layerBounds.intersect(pixelSnappedIntRect(clippingBounds));
354 if (layerBounds.isEmpty() && hasNonZeroTransformOrigin(renderer())) {
355 layerBounds.setWidth(1);
356 layerBounds.setHeight(1);
361 setCompositedBounds(layerBounds);
611 IntRect layerBounds = IntRect(delta, borderBox.size());
616 FloatPoint3D anchor(relativeCompositingBounds.width() != 0.0f ? ((layerBounds.x() - relativeCompositingBounds.x()) + transformOrigin.x()) / relativeCompositingBounds.width() : 0.5f,
617 relativeCompositingBounds.height() != 0.0f ? ((layerBounds.y() - relativeCompositingBounds.y()) + transformOrigin.y()) / relativeCompositingBounds.height() : 0.5f,
682 FloatRect layerBounds = compositedBounds();
684 reflectionBacking->graphicsLayer()->setReplicatedLayerPosition(FloatPoint(layerBounds.location() - reflectionLayerBounds.location()));