Home | History | Annotate | Download | only in trees

Lines Matching refs:layer

23 class Layer;
91 typedef CalcDrawPropsInputs<Layer, RenderSurfaceLayerList>
93 typedef CalcDrawPropsInputsForTesting<Layer, RenderSurfaceLayerList>
109 const base::Callback<void(LayerType* layer)>& function);
111 // Returns a layer with the given id if one exists in the subtree starting
112 // from the given root layer (including mask and replica layers).
116 static Layer* get_layer_as_raw_ptr(const LayerList& layers, size_t index) {
146 LayerType* layer,
148 // A layer will either contribute its own content, or its render surface's
149 // content, to the target surface. The layer contributes its surface's content
151 // (1) The layer actually has a render surface, and
152 // (2) The layer's render surface is not the same as the target surface.
154 // Otherwise, the layer just contributes itself to the target surface.
156 return layer->render_surface() && layer->id() != target_surface_layer_id;
186 const base::Callback<void(LayerType* layer)>& function) {