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

1 2 3

  /external/chromium_org/cc/trees/
layer_tree_host_common.h 34 CalcDrawPropsInputs(LayerType* root_layer,
45 : root_layer(root_layer),
57 LayerType* root_layer; member in struct:cc::LayerTreeHostCommon::CalcDrawPropsInputs
74 LayerType* root_layer,
79 LayerType* root_layer,
116 LayerType* root_layer,
122 static LayerType* FindLayerInSubtree(LayerType* root_layer, int layer_id);
166 LayerType* LayerTreeHostCommon::FindLayerInSubtree(LayerType* root_layer,
168 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 52 LayerImpl* root_layer = host_impl->active_tree()->root_layer(); variable
53 RenderSurfaceImpl* root_surface = root_layer->render_surface();
77 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);
123 PostAddInstantAnimationToMainThread(layer_tree_host()->root_layer());
141 host_impl->active_tree()->root_layer()->layer_animation_controller();
161 layer_tree_host()->root_layer()->layer_animation_controller();
190 PostAddAnimationToMainThread(layer_tree_host()->root_layer());
228 PostAddAnimationToMainThread(layer_tree_host()->root_layer());
270 PostAddLongAnimationToMainThread(layer_tree_host()->root_layer());
315 PostAddAnimationToMainThread(layer_tree_host()->root_layer());
336 layer_tree_host()->root_layer(), 0.000001, 0, 0.5, true);
391 EXPECT_TRUE(host_impl->active_tree()->root_layer())
    [all...]
layer_tree_host_unittest_scroll.cc 34 layer_tree_host()->root_layer()->SetScrollable(true);
35 layer_tree_host()->root_layer()
37 layer_tree_host()->root_layer()->SetScrollOffset(initial_scroll_);
42 Layer* root = layer_tree_host()->root_layer();
54 LayerImpl* root = impl->active_tree()->root_layer();
98 layer_tree_host()->root_layer()->SetScrollable(true);
99 layer_tree_host()->root_layer()->SetScrollOffset(initial_scroll_);
100 layer_tree_host()->root_layer()->SetBounds(gfx::Size(200, 200));
101 layer_tree_host()->root_layer()
107 Layer* root = layer_tree_host()->root_layer();
404 scoped_refptr<Layer> root_layer = Layer::Create(); variable
450 layer_tree_host()->SetRootLayer(root_layer); variable
1037 scoped_refptr<Layer> root_layer = Layer::Create(); variable
1045 layer_tree_host()->SetRootLayer(root_layer); variable
    [all...]
quad_culler_unittest.cc 142 scoped_ptr<TiledLayerImpl> root_layer = MakeLayer(NULL, local
149 scoped_ptr<TiledLayerImpl> child_layer = MakeLayer(root_layer.get(),
166 root_layer.get(),
182 scoped_ptr<TiledLayerImpl> root_layer = MakeLayer(NULL, local
189 scoped_ptr<TiledLayerImpl> child_layer = MakeLayer(root_layer.get(),
206 root_layer.get(),
222 scoped_ptr<TiledLayerImpl> root_layer = MakeLayer(NULL, local
229 scoped_ptr<TiledLayerImpl> child_layer = MakeLayer(root_layer.get(),
246 root_layer.get(),
262 scoped_ptr<TiledLayerImpl> root_layer = MakeLayer(NULL local
303 scoped_ptr<TiledLayerImpl> root_layer = MakeLayer(NULL, local
369 scoped_ptr<TiledLayerImpl> root_layer = MakeLayer(NULL, local
420 scoped_ptr<TiledLayerImpl> root_layer = MakeLayer(NULL, local
461 scoped_ptr<TiledLayerImpl> root_layer = MakeLayer(NULL, local
502 scoped_ptr<TiledLayerImpl> root_layer = MakeLayer(NULL, local
548 scoped_ptr<TiledLayerImpl> root_layer = MakeLayer(NULL, local
594 scoped_ptr<TiledLayerImpl> root_layer = MakeLayer(NULL, local
642 scoped_ptr<TiledLayerImpl> root_layer = MakeLayer(NULL, local
691 scoped_ptr<TiledLayerImpl> root_layer = MakeLayer(NULL, local
730 scoped_ptr<TiledLayerImpl> root_layer = MakeLayer(NULL, local
    [all...]
layer_tree_host_unittest_damage.cc 57 impl->active_tree()->root_layer()->render_surface();
118 impl->active_tree()->root_layer()->render_surface();
273 host_impl->active_tree()->root_layer()->render_surface();
335 host_impl->active_tree()->root_layer()->render_surface();
426 scoped_refptr<Layer> root_layer = Layer::Create(); variable
427 root_layer->SetBounds(gfx::Size(400, 400));
428 root_layer->SetMasksToBounds(true);
429 layer_tree_host()->SetRootLayer(root_layer); variable
436 root_layer->AddChild(content_layer);
442 root_layer->AddChild(scrollbar_layer)
    [all...]
layer_tree_host.cc 208 if (root_layer()) {
210 root_layer(),
329 root_layer(), sync_tree->DetachLayerTree(), sync_tree));
332 TreeSynchronizer::PushProperties(root_layer(), sync_tree->root_layer());
340 sync_tree->root_layer(), hud_layer_->id());
508 layer_stack.push(root_layer());
615 void LayerTreeHost::SetRootLayer(scoped_refptr<Layer> root_layer) {
616 if (root_layer_.get() == root_layer.get())
621 root_layer_ = root_layer;
    [all...]
layer_tree_impl.cc 157 target_tree->root_layer(), hud_layer()->id())));
279 if (!root_layer())
283 root_layer(), base::Bind(&ApplySentScrollDeltasFromAbortedCommitTo));
292 if (!root_layer())
296 root_layer(), base::Bind(&ApplyScrollDeltasSinceBeginMainFrameTo));
369 if (!root_layer())
384 root_layer(),
462 LayerTreeHostCommon::FindLayerInSubtree(pending_tree->root_layer(),
473 if (!root_layer())
476 DidBecomeActiveRecursive(root_layer());
    [all...]
layer_tree_host_impl.cc 336 DCHECK(active_tree_->root_layer());
359 // TODO(boliu): Make draws without root_layer work and move this below
361 if (!active_tree_->root_layer()) {
605 LayerImpl* root_layer,
608 if (!root_layer || !SkColorGetA(screen_background_color))
628 root_layer,
630 root_layer->ShowDebugBorders(),
638 gfx::Rect root_target_rect = root_layer->render_surface()->content_rect();
642 shared_quad_state->SetAll(root_layer->draw_transform(),
653 bool did_invert = root_layer->screen_space_transform().GetInverse
    [all...]
layer_tree_host_unittest.cc 166 VerifyAfterValues(impl->active_tree()->root_layer());
170 SetBeforeValues(layer_tree_host()->root_layer());
171 VerifyBeforeValues(layer_tree_host()->root_layer());
179 SetAfterValues(layer_tree_host()->root_layer());
1847 Layer* root_layer = layer_tree_host()->root_layer(); variable
2532 scoped_refptr<ContentLayer> root_layer = ContentLayer::Create(&client_); variable
2536 layer_tree_host()->SetRootLayer(root_layer); variable
2773 scoped_refptr<ContentLayer> root_layer = ContentLayer::Create(&client_); variable
2777 layer_tree_host()->SetRootLayer(root_layer); variable
2789 LayerImpl* root_layer = host_impl->active_tree()->root_layer(); variable
2792 LayerImpl* root_layer = host_impl->active_tree()->root_layer(); variable
4182 scoped_refptr<SolidColorLayer> root_layer = SolidColorLayer::Create(); variable
4186 layer_tree_host()->SetRootLayer(root_layer); variable
4253 scoped_refptr<FakePictureLayer> root_layer = variable
4258 layer_tree_host()->SetRootLayer(root_layer); variable
    [all...]
  /external/chromium_org/ash/wm/
system_background_controller.cc 22 ui::Layer* root_layer = root_window_->layer(); local
23 layer_->SetBounds(gfx::Rect(root_layer->bounds().size()));
24 root_layer->Add(layer_.get());
25 root_layer->StackAtBottom(layer_.get());
boot_splash_screen_chromeos.cc 59 ui::Layer* root_layer = root_window->window()->layer(); local
60 layer_->SetBounds(gfx::Rect(root_layer->bounds().size()));
61 root_layer->Add(layer_.get());
62 root_layer->StackAtTop(layer_.get());
screen_dimmer.cc 46 ui::Layer* root_layer = root_window_->layer(); local
47 dimming_layer_->SetBounds(root_layer->bounds());
48 root_layer->Add(dimming_layer_.get());
49 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(),
  /external/chromium_org/cc/layers/
layer_iterator_unittest.cc 107 scoped_refptr<TestLayer> root_layer = TestLayer::Create(); local
113 root_layer->AddChild(first);
114 root_layer->AddChild(second);
115 root_layer->AddChild(third);
116 root_layer->AddChild(fourth);
119 host->SetRootLayer(root_layer);
123 root_layer.get(), root_layer->bounds(), &render_surface_layer_list);
127 EXPECT_COUNT(root_layer, 5, -1, 4);
135 scoped_refptr<TestLayer> root_layer = TestLayer::Create() local
175 scoped_refptr<TestLayer> root_layer = TestLayer::Create(); local
    [all...]
render_surface_unittest.cc 84 scoped_ptr<LayerImpl> root_layer = local
94 root_layer->AddChild(owning_layer.Pass());
147 scoped_ptr<LayerImpl> root_layer = local
157 root_layer->AddChild(owning_layer.Pass());
tiled_layer_unittest.cc 132 occlusion_->SetRenderTarget(layer_tree_host_->root_layer());
135 layer_tree_host_->root_layer(),
215 layer_tree_host_->root_layer()->AddChild(layer);
246 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);
458 layer_tree_host_->root_layer()->AddChild(layer1);
459 layer_tree_host_->root_layer()->AddChild(layer2);
517 layer_tree_host_->root_layer()->AddChild(layer)
948 scoped_refptr<FakeTiledLayer> root_layer = make_scoped_refptr( local
    [all...]
scrollbar_layer_unittest.cc 174 scoped_refptr<Layer> root_layer = Layer::Create(); local
177 FakePaintedScrollbarLayer::Create(false, true, root_layer->id());
179 root_layer->SetScrollable(true);
180 root_layer->SetMaxScrollOffset(gfx::Vector2d(80, 0));
181 root_layer->SetBounds(gfx::Size(100, 50));
184 host->SetRootLayer(root_layer);
185 root_layer->AddChild(content_layer);
186 root_layer->AddChild(scrollbar_layer);
188 root_layer->SetScrollOffset(gfx::Vector2d(0, 0));
209 root_layer->SetScrollOffset(gfx::Vector2d(-5, 0))
    [all...]
  /external/chromium_org/cc/test/
fake_layer_tree_host.cc 27 root_layer(), old_root_layer_impl.Pass(), active_tree());
28 TreeSynchronizer::PushProperties(root_layer(), layer_impl.get());
31 return active_tree()->root_layer();
fake_layer_tree_host.h 31 using LayerTreeHost::root_layer;
layer_tree_test.cc 495 if (!layer_tree_host_->root_layer()) {
496 scoped_refptr<Layer> root_layer = Layer::Create(); local
497 root_layer->SetAnchorPoint(gfx::PointF());
498 root_layer->SetBounds(gfx::Size(1, 1));
499 root_layer->SetIsDrawable(true);
500 layer_tree_host_->SetRootLayer(root_layer);
503 gfx::Size root_bounds = layer_tree_host_->root_layer()->bounds();
665 if (layer_tree_host_ && layer_tree_host_->root_layer())
666 layer_tree_host_->root_layer()->SetLayerTreeHost(NULL);
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl_fixed_bounds_unittest.cc 101 scoped_ptr<WebLayerImplFixedBounds> root_layer(new WebLayerImplFixedBounds());
115 root_layer->addChild(fixed_bounds_layer);
128 root_layer->addChild(normal_layer);
131 host->SetRootLayer(root_layer->layer());
136 root_layer->layer(), kDeviceViewportSize, &render_surface_layer_list);
139 inputs.page_scale_application_layer = root_layer->layer(),
155 root_layer->layer(), kDeviceViewportSize, &render_surface_layer_list);
158 inputs.page_scale_application_layer = root_layer->layer(),
  /external/chromium_org/cc/debug/
debug_rect_history.cc 26 LayerImpl* root_layer,
36 SaveTouchEventHandlerRects(root_layer);
39 SaveWheelEventHandlerRects(root_layer);
42 SaveNonFastScrollableRects(root_layer);
45 SavePaintRects(root_layer);
debug_rect_history.h 79 LayerImpl* root_layer,

Completed in 156 milliseconds

1 2 3