Home | History | Annotate | Download | only in chromium

Lines Matching refs:sublayers

557     // all its sublayers. It's important to remember that the layer's position
711 // The origin of the sublayers is the top left corner of the layer, not the
712 // center. The matrix passed down to the sublayers is therefore:
731 const Vector<RefPtr<LayerChromium> >& sublayers = layer->getSublayers();
732 for (size_t i = 0; i < sublayers.size(); ++i) {
733 sublayers[i]->createCCLayerImplIfNeeded();
734 sublayers[i]->ccLayerImpl();
735 updatePropertiesAndRenderSurfaces(sublayers[i].get(), sublayerMatrix, renderSurfaceLayerList, descendants);
807 const Vector<RefPtr<LayerChromium> >& sublayers = layer->getSublayers();
808 for (size_t i = 0; i < sublayers.size(); ++i)
809 updateCompositorResourcesRecursive(sublayers[i].get());