Home | History | Annotate | Download | only in trees

Lines Matching refs:LayerImpl

14 class LayerImpl;
20 // Accepts a Layer tree and returns a reference to a LayerImpl tree that
23 static scoped_ptr<LayerImpl> SynchronizeTrees(
25 scoped_ptr<LayerImpl> old_layer_impl_root,
27 static scoped_ptr<LayerImpl> SynchronizeTrees(
28 LayerImpl* layer_root,
29 scoped_ptr<LayerImpl> old_layer_impl_root,
32 // Pushes properties from a Layer or LayerImpl tree to a structurally
33 // equivalent LayerImpl tree.
35 LayerImpl* layer_impl_root);
36 static void PushProperties(LayerImpl* layer_root, LayerImpl* layer_impl_root);
42 static void SetNumDependentsNeedPushProperties(LayerImpl* layer, size_t num);
47 LayerImpl* layer_impl,