HomeSort by relevance Sort by last modified time
    Searched refs:root_layer (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/chromium_org/cc/trees/
layer_tree_host_common.h 34 CalcDrawPropsInputs(LayerType* root_layer,
46 : root_layer(root_layer),
60 LayerType* root_layer; member in struct:cc::LayerTreeHostCommon::CalcDrawPropsInputs
78 LayerType* root_layer,
83 LayerType* root_layer,
108 LayerType* root_layer,
114 static LayerType* FindLayerInSubtree(LayerType* root_layer, int layer_id);
160 LayerType* LayerTreeHostCommon::FindLayerInSubtree(LayerType* root_layer,
162 if (!root_layer)
    [all...]
layer_tree_host_unittest_picture.cc 32 layer_tree_host()->root_layer()->AddChild(picture);
44 layer_tree_host()->root_layer()->children()[0]->RemoveFromParent();
50 layer_tree_host()->root_layer()->AddChild(picture);
56 LayerImpl* pending_root_impl = impl->pending_tree()->root_layer();
57 LayerImpl* active_root_impl = impl->active_tree()->root_layer();
92 LayerImpl* active_root_impl = impl->active_tree()->root_layer();
layer_tree_host_unittest_video.cc 50 LayerImpl* root_layer = host_impl->active_tree()->root_layer(); variable
51 RenderSurfaceImpl* root_surface = root_layer->render_surface();
75 host_impl->active_tree()->root_layer()->children()[0]);
layer_tree_host_unittest_scroll.cc 35 Layer* root_layer = layer_tree_host()->root_layer(); variable
37 root_layer->AddChild(scroll_layer);
39 scroll_layer->SetBounds(gfx::Size(root_layer->bounds().width() + 100,
40 root_layer->bounds().height() + 100));
43 scroll_layer->SetScrollClipLayerId(root_layer->id());
45 layer_tree_host()->RegisterViewportLayers(root_layer, scroll_layer, NULL);
50 Layer* root = layer_tree_host()->root_layer();
64 LayerImpl* root = impl->active_tree()->root_layer();
110 Layer* root_layer = layer_tree_host()->root_layer() variable
206 Layer* root_layer = layer_tree_host()->root_layer(); variable
379 Layer* root_layer = layer_tree_host()->root_layer(); variable
449 scoped_refptr<Layer> root_layer = Layer::Create(); variable
493 layer_tree_host()->SetRootLayer(root_layer); variable
774 Layer* root_layer = layer_tree_host()->root_layer(); variable
902 Layer* root_layer = layer_tree_host()->root_layer(); variable
1153 scoped_refptr<Layer> root_layer = Layer::Create(); variable
1161 layer_tree_host()->SetRootLayer(root_layer); variable
    [all...]
layer_tree_host_unittest_animation.cc 26 layer_tree_host()->root_layer()->set_layer_animation_delegate(this);
123 PostAddInstantAnimationToMainThread(layer_tree_host()->root_layer());
141 host_impl->active_tree()->root_layer()->layer_animation_controller();
160 layer_tree_host()->root_layer()->layer_animation_controller();
189 PostAddAnimationToMainThread(layer_tree_host()->root_layer());
227 PostAddAnimationToMainThread(layer_tree_host()->root_layer());
268 PostAddLongAnimationToMainThread(layer_tree_host()->root_layer());
316 PostAddLongAnimationToMainThread(layer_tree_host()->root_layer());
368 PostAddAnimationToMainThread(layer_tree_host()->root_layer());
388 layer_tree_host()->root_layer(), 0.000001, 0, 0.5, true)
    [all...]
layer_tree_host_unittest_damage.cc 58 impl->active_tree()->root_layer()->render_surface();
120 impl->active_tree()->root_layer()->render_surface();
268 host_impl->active_tree()->root_layer()->render_surface();
359 scoped_refptr<Layer> root_layer = Layer::Create(); variable
360 root_layer->SetBounds(gfx::Size(400, 400));
361 root_layer->SetMasksToBounds(true);
362 layer_tree_host()->SetRootLayer(root_layer); variable
373 root_layer->AddChild(scroll_clip_layer);
381 root_layer->AddChild(scrollbar_layer);
409 host_impl->active_tree()->root_layer()->render_surface()
    [all...]
occlusion_tracker_perftest.cc 44 scoped_ptr<LayerImpl> root_layer = LayerImpl::Create(active_tree(), 1); local
45 active_tree()->SetRootLayer(root_layer.Pass());
89 active_tree()->root_layer()->AddChild(opaque_layer.PassAs<LayerImpl>());
128 EXPECT_EQ(active_tree()->root_layer(), next.current_layer);
157 active_tree()->root_layer()->AddChild(opaque_layer.PassAs<LayerImpl>());
197 EXPECT_EQ(active_tree()->root_layer(), next.current_layer);
layer_tree_host.cc 205 if (root_layer()) {
207 root_layer(), base::Bind(&LayerTreeHostOnOutputSurfaceCreatedCallback));
288 root_layer(), sync_tree->DetachLayerTree(), sync_tree));
291 TreeSynchronizer::PushProperties(root_layer(), sync_tree->root_layer());
299 sync_tree->root_layer(), hud_layer_->id());
435 layer_stack.push(root_layer());
535 void LayerTreeHost::SetRootLayer(scoped_refptr<Layer> root_layer) {
536 if (root_layer_.get() == root_layer.get())
541 root_layer_ = root_layer;
    [all...]
layer_tree_host_common_perftest.cc 89 layer_tree_host()->root_layer(),
146 active_tree->root_layer(),
182 BuildLayerImplList(active_tree->root_layer(), &base_list_);
layer_tree_host_unittest.cc 167 VerifyAfterValues(impl->active_tree()->root_layer());
171 SetBeforeValues(layer_tree_host()->root_layer());
172 VerifyBeforeValues(layer_tree_host()->root_layer());
180 SetAfterValues(layer_tree_host()->root_layer());
655 LayerImpl* root = host_impl->active_tree()->root_layer();
875 Layer* root_layer = layer_tree_host()->root_layer(); variable
876 scroll_layer_->SetScrollClipLayerId(root_layer->id());
878 scroll_layer_->SetBounds(gfx::Size(2 * root_layer->bounds().width(),
879 2 * root_layer->bounds().height()))
2213 scoped_refptr<Layer> root_layer; variable
2221 layer_tree_host()->SetRootLayer(root_layer); variable
2459 scoped_refptr<ContentLayer> root_layer = ContentLayer::Create(&client_); variable
2463 layer_tree_host()->SetRootLayer(root_layer); variable
2475 LayerImpl* root_layer = host_impl->active_tree()->root_layer(); variable
2478 LayerImpl* root_layer = host_impl->active_tree()->root_layer(); variable
4118 scoped_refptr<SolidColorLayer> root_layer = SolidColorLayer::Create(); variable
4122 layer_tree_host()->SetRootLayer(root_layer); variable
4190 scoped_refptr<FakePictureLayer> root_layer = variable
4195 layer_tree_host()->SetRootLayer(root_layer); variable
4832 scoped_refptr<Layer> root_layer = Layer::Create(); variable
4846 layer_tree_host()->SetRootLayer(root_layer); variable
    [all...]
  /external/chromium_org/ash/wm/
system_background_controller.cc 21 ui::Layer* root_layer = root_window_->layer(); local
22 layer_->SetBounds(gfx::Rect(root_layer->bounds().size()));
23 root_layer->Add(layer_.get());
24 root_layer->StackAtBottom(layer_.get());
screen_dimmer.cc 44 ui::Layer* root_layer = root_window_->layer(); local
45 dimming_layer_->SetBounds(root_layer->bounds());
46 root_layer->Add(dimming_layer_.get());
47 root_layer->StackAtTop(dimming_layer_.get());
screen_dimmer_unittest.cc 48 ui::Layer* root_layer = Shell::GetPrimaryRootWindow()->layer(); local
49 ASSERT_TRUE(!root_layer->children().empty());
50 EXPECT_EQ(test_api_->layer(), root_layer->children().back());
67 ui::Layer* root_layer = Shell::GetPrimaryRootWindow()->layer(); local
68 EXPECT_EQ(gfx::Rect(root_layer->bounds().size()).ToString(),
boot_splash_screen_chromeos.cc 63 ui::Layer* root_layer = host->window()->layer(); local
65 root_layer->Add(layer_.get());
66 root_layer->StackAtTop(layer_.get());
  /external/chromium_org/cc/layers/
layer_iterator_unittest.cc 103 scoped_refptr<TestLayer> root_layer = TestLayer::Create(); local
109 root_layer->AddChild(first);
110 root_layer->AddChild(second);
111 root_layer->AddChild(third);
112 root_layer->AddChild(fourth);
115 host->SetRootLayer(root_layer);
119 root_layer.get(), root_layer->bounds(), &render_surface_layer_list);
123 EXPECT_COUNT(root_layer, 5, -1, 4);
131 scoped_refptr<TestLayer> root_layer = TestLayer::Create() local
171 scoped_refptr<TestLayer> root_layer = TestLayer::Create(); local
    [all...]
render_surface_unittest.cc 87 scoped_ptr<LayerImpl> root_layer = local
97 root_layer->AddChild(owning_layer.Pass());
151 scoped_ptr<LayerImpl> root_layer = local
161 root_layer->AddChild(owning_layer.Pass());
tiled_layer_unittest.cc 181 occlusion_->SetRenderTarget(layer_tree_host_->root_layer());
184 layer_tree_host_->root_layer(),
265 layer_tree_host_->root_layer()->AddChild(layer);
296 layer_tree_host_->root_layer()->AddChild(layer);
335 layer_tree_host_->root_layer()->AddChild(layer);
374 layer_tree_host_->root_layer()->AddChild(layer);
413 layer_tree_host_->root_layer()->AddChild(layer);
497 layer_tree_host_->root_layer()->AddChild(layer1);
498 layer_tree_host_->root_layer()->AddChild(layer2);
556 layer_tree_host_->root_layer()->AddChild(layer)
984 scoped_refptr<FakeTiledLayer> root_layer = make_scoped_refptr( local
    [all...]
  /external/chromium_org/cc/test/
layer_tree_host_common_test.h 65 void ExecuteCalculateDrawProperties(Layer* root_layer,
71 void ExecuteCalculateDrawProperties(LayerImpl* root_layer,
78 void ExecuteCalculateDrawProperties(LayerType* root_layer) {
81 root_layer, 1.f, 1.f, page_scale_application_layer, false);
85 void ExecuteCalculateDrawProperties(LayerType* root_layer,
88 ExecuteCalculateDrawProperties(root_layer,
96 void ExecuteCalculateDrawProperties(LayerType* root_layer,
100 ExecuteCalculateDrawProperties(root_layer,
layer_tree_host_common_test.cc 56 Layer* root_layer,
64 gfx::Size(root_layer->bounds().width() * device_scale_factor,
65 root_layer->bounds().height() * device_scale_factor);
69 // We are probably not testing what is intended if the root_layer bounds are
71 DCHECK(!root_layer->bounds().IsEmpty());
73 root_layer, device_viewport_size, render_surface_layer_list_.get());
83 LayerImpl* root_layer,
90 gfx::Size(root_layer->bounds().width() * device_scale_factor,
91 root_layer->bounds().height() * device_scale_factor);
95 // We are probably not testing what is intended if the root_layer bounds ar
    [all...]
fake_layer_tree_host.cc 32 root_layer(), old_root_layer_impl.Pass(), active_tree());
33 TreeSynchronizer::PushProperties(root_layer(), layer_impl.get());
36 return active_tree()->root_layer();
fake_layer_tree_host.h 32 using LayerTreeHost::root_layer;
  /external/chromium_org/mojo/examples/compositor_app/
compositor_host.cc 38 scoped_refptr<cc::Layer> root_layer = cc::SolidColorLayer::Create(); local
39 root_layer->SetBounds(gfx::Size(500, 500));
40 root_layer->SetBackgroundColor(SK_ColorBLUE);
41 root_layer->SetIsDrawable(true);
42 tree_->SetRootLayer(root_layer);
51 root_layer->AddChild(child_layer_);
  /external/chromium_org/content/renderer/compositor_bindings/
web_layer_impl_fixed_bounds_unittest.cc 92 scoped_ptr<WebLayerImplFixedBounds> root_layer(new WebLayerImplFixedBounds());
101 root_layer->addChild(fixed_bounds_layer);
109 root_layer->addChild(normal_layer);
112 host->SetRootLayer(root_layer->layer());
117 root_layer->layer(), kDeviceViewportSize, &render_surface_layer_list);
120 inputs.page_scale_application_layer = root_layer->layer(),
134 root_layer->layer(), kDeviceViewportSize, &render_surface_layer_list);
137 inputs.page_scale_application_layer = root_layer->layer(),
  /external/chromium_org/ui/compositor/
compositor.h 147 const Layer* root_layer() const { return root_layer_; } function in class:ui::Compositor
148 Layer* root_layer() { return root_layer_; } function in class:ui::Compositor
149 void SetRootLayer(Layer* root_layer);
184 // the |root_layer|.
  /external/chromium_org/cc/debug/
debug_rect_history.cc 29 LayerImpl* root_layer,
40 SaveTouchEventHandlerRects(root_layer);
43 SaveWheelEventHandlerRects(root_layer);
46 SaveScrollEventHandlerRects(root_layer);
49 SaveNonFastScrollableRects(root_layer);
52 SavePaintRects(root_layer);

Completed in 1161 milliseconds

1 2 3