Home | History | Annotate | Download | only in rendering

Lines Matching refs:compositingAncestor

1184 // Recurs down the RenderLayer tree until its finds the compositing descendants of compositingAncestor and updates their geometry.
1185 void RenderLayerCompositor::updateCompositingDescendantGeometry(RenderLayer* compositingAncestor, RenderLayer* layer, RenderLayerBacking::UpdateDepth updateDepth)
1187 if (layer != compositingAncestor) {
1203 updateCompositingDescendantGeometry(compositingAncestor, layer->reflectionLayer(), updateDepth);
1212 updateCompositingDescendantGeometry(compositingAncestor, negZOrderList->at(i), updateDepth);
1219 updateCompositingDescendantGeometry(compositingAncestor, normalFlowList->at(i), updateDepth);
1226 updateCompositingDescendantGeometry(compositingAncestor, posZOrderList->at(i), updateDepth);
1485 RenderLayer* compositingAncestor = layer->ancestorCompositingLayer();
1486 if (!compositingAncestor)
1489 // If the compositingAncestor clips, that will be taken care of by clipsCompositingDescendants(),
1496 if (next == compositingAncestor) {