Home | History | Annotate | Download | only in rendering

Lines Matching refs:rootLayer

331         RenderLayer* rootLayer = view->layer();
339 if (m_owningLayer != rootLayer)
340 clippingBounds.intersect(m_owningLayer->backgroundClipRect(RenderLayer::ClipRectsContext(rootLayer, 0, AbsoluteClipRects)).rect()); // FIXME: Incorrect for CSS regions.
343 m_owningLayer->convertToLayerCoords(rootLayer, delta);
560 // for a compositing layer, rootLayer is the layer itself.
1547 const IntRect& clip) // In the coords of rootLayer.