Home | History | Annotate | Download | only in trees

Lines Matching defs:layer1

217   scoped_ptr<LayerImpl> layer1 = LayerImpl::Create(host_impl.active_tree(), 1);
228 layer1->SetBounds(gfx::Size(10, 10));
229 layer1->SetContentBounds(gfx::Size(10, 10));
230 layer1->draw_properties().target_space_transform = BehindMatrix;
231 layer1->SetDrawsContent(true);
254 layer_list.push_back(layer1.get());
283 scoped_ptr<LayerImpl> layer1 = LayerImpl::Create(host_impl.active_tree(), 1);
301 layer1->SetBounds(gfx::Size(10, 10));
302 layer1->SetContentBounds(gfx::Size(10, 10));
303 layer1->draw_properties().target_space_transform = BehindMatrix;
304 layer1->SetDrawsContent(true);
312 layer_list.push_back(layer1.get());