Lines Matching refs:descendants

237   // descendants).
312 // If we have unclipped descendants, the draw transform is a translation.
558 // A layer and its descendants should render onto a new RenderSurfaceImpl if
605 // types of quads than RenderPassDrawQuad. Layers having descendants that draw
616 // If the layer clips its descendants but it is not axis-aligned with respect
660 // the blending descendants might have access to the content behind this layer
661 // (layer has transparent background or descendants overflow).
850 // container for any fixed-position descendants.
864 // - the current layer is a container for fixed-position descendants
866 // descendants are positioned with respect to this layer. Thus, any
867 // fixed position descendants only need to compensate for scrollDeltas
1338 // visited before their descendants.
1457 // layer and all its descendants. It also computes the appropriate render
1957 // If we have unclipped descendants, we cannot count on the render
1958 // surface's bounds clipping our subtree: the unclipped descendants
2066 typename LayerType::LayerListType& descendants =
2072 size_t sorting_start_index = descendants.size();
2077 descendants.push_back(layer);
2084 size_t layer_list_child_sorting_start_index = descendants.size();
2134 descendants.size();
2143 &descendants,
2154 descendants.push_back(child);
2158 descendants.size() -
2176 &descendants,
2312 if (sorting_start_index == descendants.size()) {
2317 // If preserves-3d then sort all the descendants in 3D so that they can be
2319 // parent then skip the sorting as the parent will sort all the descendants
2321 if (globals.layer_sorter && descendants.size() && layer->Is3dSorted() &&
2323 SortLayers(descendants.begin() + sorting_start_index,
2324 descendants.end(),