Searched refs:findLayerById (Results 1 – 1 of 1) sorted by relevance
230 static GraphicsLayer* findLayerById(GraphicsLayer* root, int layerId) in findLayerById() function235 if (GraphicsLayer* layer = findLayerById(root->replicaLayer(), layerId)) in findLayerById()239 if (GraphicsLayer* layer = findLayerById(root->children()[i], layerId)) in findLayerById()259 GraphicsLayer* result = findLayerById(compositor->rootGraphicsLayer(), id); in layerById()