Home | History | Annotate | Download | only in rendering

Lines Matching refs:rootLayer

198         RenderLayer* rootLayer = view->layer();
203 if (m_owningLayer != rootLayer)
204 clippingBounds.intersect(m_owningLayer->backgroundClipRect(rootLayer, true));
208 m_owningLayer->convertToLayerCoords(rootLayer, deltaX, deltaY);
375 // for a compositing layer, rootLayer is the layer itself.
1086 void RenderLayerBacking::paintIntoLayer(RenderLayer* rootLayer, GraphicsContext* context,
1087 const IntRect& paintDirtyRect, // in the coords of rootLayer
1100 m_owningLayer->calculateRects(rootLayer, paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect);
1102 int x = layerBounds.x(); // layerBounds is computed relative to rootLayer
1157 m_owningLayer->paintList(m_owningLayer->negZOrderList(), rootLayer, context, paintDirtyRect, paintBehavior, paintingRoot, 0, 0);
1198 m_owningLayer->paintList(m_owningLayer->normalFlowList(), rootLayer, context, paintDirtyRect, paintBehavior, paintingRoot, 0, 0);
1201 m_owningLayer->paintList(m_owningLayer->posZOrderList(), rootLayer, context, paintDirtyRect, paintBehavior, paintingRoot, 0, 0);