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

1 23

  /external/chromium_org/cc/layers/
layer_impl_unittest.cc 332 host_impl_.active_tree()->root_layer()->SetScrollable(true);
335 LayerImpl* layer() { return host_impl_.active_tree()->root_layer(); }
  /external/chromium_org/cc/trees/
layer_tree_host_pixeltest_readback.cc 637 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
831 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
    [all...]
layer_tree_host_common_unittest.cc 90 void ExecuteCalculateDrawProperties(Layer* root_layer,
98 gfx::Size(root_layer->bounds().width() * device_scale_factor,
99 root_layer->bounds().height() * device_scale_factor);
103 // We are probably not testing what is intended if the root_layer bounds are
105 DCHECK(!root_layer->bounds().IsEmpty());
107 root_layer, device_viewport_size, render_surface_layer_list_.get());
116 void ExecuteCalculateDrawProperties(LayerImpl* root_layer,
124 gfx::Size(root_layer->bounds().width() * device_scale_factor,
125 root_layer->bounds().height() * device_scale_factor);
127 // We are probably not testing what is intended if the root_layer bounds ar
    [all...]
layer_tree_host_unittest_occlusion.cc 68 TestLayer* root = static_cast<TestLayer*>(layer_tree_host()->root_layer());
thread_proxy.cc 262 layer_tree_host_impl_->active_tree()->root_layer());
    [all...]
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 386 return layer_tree_host_->root_layer();

Completed in 303 milliseconds

1 23