Home | History | Annotate | Download | only in compositing

Lines Matching refs:subpixelAccumulation

505         offset.move(compositedAncestor->compositedLayerMapping()->owningLayer().subpixelAccumulation());
516 LayoutSize subpixelAccumulation = offsetFromCompositedAncestor - snappedOffsetFromCompositedAncestor;
517 m_owningLayer.setSubpixelAccumulation(subpixelAccumulation);
520 localRawCompositingBounds.move(subpixelAccumulation);
579 LayoutSize subpixelAccumulation = offsetFromSquashLayerOrigin + newOffsetFromRenderer;
587 layers[i].renderLayer->setSubpixelAccumulation(subpixelAccumulation);
712 graphicsLayerParentLocation = clippingBox.location() + roundedIntSize(compositingContainer->subpixelAccumulation());
716 graphicsLayerParentLocation = roundedIntPoint(compositingContainer->subpixelAccumulation());
756 m_childContainmentLayer->setPosition(FloatPoint(clippingBox.location() - localCompositingBounds.location() + roundedIntSize(m_owningLayer.subpixelAccumulation())));
794 IntRect layerBounds = pixelSnappedIntRect(toLayoutPoint(m_owningLayer.subpixelAccumulation()), borderBox.size());
835 m_scrollingLayer->setPosition(FloatPoint(clientBox.location() - localCompositingBounds.location() + roundedIntSize(m_owningLayer.subpixelAccumulation())));
1201 IntSize offsetFromRenderer = m_graphicsLayer->offsetFromRenderer() - roundedIntSize(m_owningLayer.subpixelAccumulation());
2002 bounds.move(paintInfo.renderLayer->subpixelAccumulation());
2005 dirtyRect.move(roundedIntSize(paintInfo.renderLayer->subpixelAccumulation()));
2014 LayerPaintingInfo paintingInfo(paintInfo.renderLayer, dirtyRect, PaintBehaviorNormal, paintInfo.renderLayer->subpixelAccumulation());
2023 LayerPaintingInfo paintingInfo(paintInfo.renderLayer, dirtyRect, PaintBehaviorNormal, paintInfo.renderLayer->subpixelAccumulation());
2146 bounds.move(m_owningLayer.subpixelAccumulation());