Home | History | Annotate | Download | only in rendering

Lines Matching refs:rootLayer

277         // for a compositing layer, rootLayer is the layer itself.
873 void RenderLayerBacking::paintIntoLayer(RenderLayer* rootLayer, GraphicsContext* context,
874 const IntRect& paintDirtyRect, // in the coords of rootLayer
887 m_owningLayer->calculateRects(rootLayer, paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect);
889 int x = layerBounds.x(); // layerBounds is computed relative to rootLayer
957 it[0]->paintLayer(rootLayer, context, paintDirtyRect, paintBehavior, paintingRoot);
993 it[0]->paintLayer(rootLayer, context, paintDirtyRect, paintBehavior, paintingRoot);
1000 it[0]->paintLayer(rootLayer, context, paintDirtyRect, paintBehavior, paintingRoot);