Home | History | Annotate | Download | only in compositing

Lines Matching defs:rootLayer

599     GraphicsLayer* rootLayer = m_rootContentLayer.get();
601 rootLayer = rootGraphicsLayer();
603 String layerTreeText = rootLayer->layerTreeAsText(flags);
639 GraphicsLayer* rootLayer = innerCompositor->rootGraphicsLayer();
640 if (hostingLayer->children().size() != 1 || hostingLayer->children()[0] != rootLayer) {
642 hostingLayer->addChild(rootLayer);
863 if (GraphicsLayer* rootLayer = rootGraphicsLayer())
864 resetTrackedPaintInvalidationRectsRecursive(rootLayer);