Home | History | Annotate | Download | only in chromium

Lines Matching defs:descendants

596     // The layer and its descendants render on a new RenderSurface if any of
598 // 1. The layer clips its descendants and its transform is not a simple translation.
727 LayerList& descendants = (drawLayer->renderSurface() ? drawLayer->renderSurface()->m_layerList : layerList);
728 descendants.append(drawLayer);
729 unsigned thisLayerIndex = descendants.size() - 1;
735 updatePropertiesAndRenderSurfaces(sublayers[i].get(), sublayerMatrix, renderSurfaceLayerList, descendants);
742 descendants.append(sublayer);
798 // If preserves-3d then sort all the descendants by the Z coordinate of their
800 // skip the sorting as the superlayer will sort all the descendants anyway.
802 std::stable_sort(&descendants.at(thisLayerIndex), descendants.end(), compareLayerZ);