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

1 2 3

  /external/chromium_org/cc/trees/
layer_tree_host_common.h 35 CalcDrawPropsInputs(LayerType* root_layer,
47 : root_layer(root_layer),
61 LayerType* root_layer; member in struct:cc::LayerTreeHostCommon::CalcDrawPropsInputs
79 LayerType* root_layer,
84 LayerType* root_layer,
109 LayerType* root_layer,
115 static LayerType* FindLayerInSubtree(LayerType* root_layer, int layer_id);
163 LayerType* LayerTreeHostCommon::FindLayerInSubtree(LayerType* root_layer,
165 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_scroll.cc 37 Layer* root_layer = layer_tree_host()->root_layer(); variable
39 root_layer->AddChild(scroll_layer);
41 scroll_layer->SetBounds(gfx::Size(root_layer->bounds().width() + 100,
42 root_layer->bounds().height() + 100));
45 scroll_layer->SetScrollClipLayerId(root_layer->id());
47 layer_tree_host()->RegisterViewportLayers(root_layer, scroll_layer, NULL);
52 Layer* root = layer_tree_host()->root_layer();
66 LayerImpl* root = impl->active_tree()->root_layer();
113 Layer* root_layer = layer_tree_host()->root_layer() variable
210 Layer* root_layer = layer_tree_host()->root_layer(); variable
385 Layer* root_layer = layer_tree_host()->root_layer(); variable
455 scoped_refptr<Layer> root_layer = Layer::Create(); variable
499 layer_tree_host()->SetRootLayer(root_layer); variable
754 Layer* root_layer = layer_tree_host()->root_layer(); variable
883 Layer* root_layer = layer_tree_host()->root_layer(); variable
1136 scoped_refptr<Layer> root_layer = Layer::Create(); variable
1144 layer_tree_host()->SetRootLayer(root_layer); variable
    [all...]
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_animation.cc 26 layer_tree_host()->root_layer()->set_layer_animation_delegate(this);
121 PostAddInstantAnimationToMainThread(layer_tree_host()->root_layer());
139 host_impl->active_tree()->root_layer()->layer_animation_controller();
158 layer_tree_host()->root_layer()->layer_animation_controller();
187 PostAddAnimationToMainThread(layer_tree_host()->root_layer());
225 PostAddAnimationToMainThread(layer_tree_host()->root_layer());
266 PostAddLongAnimationToMainThread(layer_tree_host()->root_layer());
314 PostAddLongAnimationToMainThread(layer_tree_host()->root_layer());
366 PostAddAnimationToMainThread(layer_tree_host()->root_layer());
386 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>());
130 EXPECT_EQ(active_tree()->root_layer(), next.current_layer);
159 active_tree()->root_layer()->AddChild(opaque_layer.PassAs<LayerImpl>());
201 EXPECT_EQ(active_tree()->root_layer(), next.current_layer);
layer_tree_host.cc 224 if (root_layer()) {
226 root_layer(), base::Bind(&LayerTreeHostOnOutputSurfaceCreatedCallback));
307 root_layer(), sync_tree->DetachLayerTree(), sync_tree));
312 TreeSynchronizer::PushProperties(root_layer(), sync_tree->root_layer());
320 sync_tree->root_layer(), hud_layer_->id());
469 layer_stack.push(root_layer());
569 void LayerTreeHost::SetRootLayer(scoped_refptr<Layer> root_layer) {
570 if (root_layer_.get() == root_layer.get())
575 root_layer_ = root_layer;
    [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 66 ui::Layer* root_layer = host->window()->layer(); local
68 root_layer->Add(layer_.get());
69 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);
116 host->SetRootLayer(root_layer);
120 root_layer.get(), root_layer->bounds(), &render_surface_layer_list);
124 EXPECT_COUNT(root_layer, 5, -1, 4);
132 scoped_refptr<TestLayer> root_layer = TestLayer::Create() local
173 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());
153 scoped_ptr<LayerImpl> root_layer = local
163 root_layer->AddChild(owning_layer.Pass());
  /external/chromium_org/cc/test/
layer_tree_host_common_test.cc 58 Layer* root_layer,
66 gfx::Size(root_layer->bounds().width() * device_scale_factor,
67 root_layer->bounds().height() * device_scale_factor);
71 // We are probably not testing what is intended if the root_layer bounds are
73 DCHECK(!root_layer->bounds().IsEmpty());
75 root_layer, device_viewport_size, render_surface_layer_list_.get());
85 LayerImpl* root_layer,
92 gfx::Size(root_layer->bounds().width() * device_scale_factor,
93 root_layer->bounds().height() * device_scale_factor);
97 // We are probably not testing what is intended if the root_layer bounds ar
    [all...]
fake_layer_tree_host.cc 39 root_layer(), old_root_layer_impl.Pass(), active_tree());
40 TreeSynchronizer::PushProperties(root_layer(), layer_impl.get());
43 return active_tree()->root_layer();
layer_tree_host_common_test.h 67 void ExecuteCalculateDrawProperties(Layer* root_layer,
73 void ExecuteCalculateDrawProperties(LayerImpl* root_layer,
80 void ExecuteCalculateDrawProperties(LayerType* root_layer) {
83 root_layer, 1.f, 1.f, page_scale_application_layer, false);
87 void ExecuteCalculateDrawProperties(LayerType* root_layer,
90 ExecuteCalculateDrawProperties(root_layer,
98 void ExecuteCalculateDrawProperties(LayerType* root_layer,
102 ExecuteCalculateDrawProperties(root_layer,
fake_layer_tree_host.h 32 using LayerTreeHost::root_layer;
  /external/chromium_org/mojo/examples/compositor_app/
compositor_host.cc 43 scoped_refptr<cc::Layer> root_layer = cc::SolidColorLayer::Create(); local
44 root_layer->SetBounds(gfx::Size(500, 500));
45 root_layer->SetBackgroundColor(SK_ColorBLUE);
46 root_layer->SetIsDrawable(true);
47 tree_->SetRootLayer(root_layer);
56 root_layer->AddChild(child_layer_);
  /external/chromium_org/cc/blink/
web_layer_impl_fixed_bounds_unittest.cc 90 scoped_ptr<WebLayerImplFixedBounds> root_layer(new WebLayerImplFixedBounds());
98 root_layer->addChild(fixed_bounds_layer);
105 root_layer->addChild(normal_layer);
110 host->SetRootLayer(root_layer->layer());
115 root_layer->layer(), kDeviceViewportSize, &render_surface_layer_list);
118 inputs.page_scale_application_layer = root_layer->layer(),
132 root_layer->layer(), kDeviceViewportSize, &render_surface_layer_list);
135 inputs.page_scale_application_layer = root_layer->layer(),
  /external/chromium_org/content/browser/android/
composited_touch_handle_drawable.h 18 CompositedTouchHandleDrawable(cc::Layer* root_layer,
composited_touch_handle_drawable.cc 82 cc::Layer* root_layer,
89 DCHECK(root_layer);
90 root_layer->AddChild(layer_.get());
  /external/chromium_org/chrome/browser/chromeos/ui/
focus_ring_layer.cc 46 ui::Layer* root_layer = root_window->layer(); local
51 root_layer->Add(layer_.get());
  /external/chromium_org/ui/compositor/
compositor.h 149 const Layer* root_layer() const { return root_layer_; } function in class:ui::Compositor
150 Layer* root_layer() { return root_layer_; } function in class:ui::Compositor
151 void SetRootLayer(Layer* root_layer);
186 // 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 4717 milliseconds

1 2 3