Home | History | Annotate | Download | only in trees

Lines Matching defs:layer2

218   scoped_ptr<LayerImpl> layer2 = LayerImpl::Create(host_impl.active_tree(), 2);
233 layer2->SetBounds(gfx::Size(20, 20));
234 layer2->SetContentBounds(gfx::Size(20, 20));
235 layer2->draw_properties().target_space_transform = BehindMatrix;
236 layer2->SetDrawsContent(true);
255 layer_list.push_back(layer2.get());
284 scoped_ptr<LayerImpl> layer2 = LayerImpl::Create(host_impl.active_tree(), 2);
306 layer2->SetBounds(gfx::Size(10, 10));
307 layer2->SetContentBounds(gfx::Size(10, 10));
308 layer2->draw_properties().target_space_transform = FrontMatrix;
309 layer2->SetDrawsContent(true);
313 layer_list.push_back(layer2.get());