Home
last modified time | relevance | path

Searched refs:LayerTreeImpl (Results 1 – 25 of 95) sorted by relevance

1234

/external/chromium_org/cc/trees/
Dlayer_tree_impl.cc25 LayerTreeImpl::LayerTreeImpl(LayerTreeHostImpl* layer_tree_host_impl) in LayerTreeImpl() function in cc::LayerTreeImpl
50 LayerTreeImpl::~LayerTreeImpl() { in ~LayerTreeImpl()
72 void LayerTreeImpl::SetRootLayer(scoped_ptr<LayerImpl> layer) { in SetRootLayer()
82 void LayerTreeImpl::FindRootScrollLayer() { in FindRootScrollLayer()
100 scoped_ptr<LayerImpl> LayerTreeImpl::DetachLayerTree() { in DetachLayerTree()
114 void LayerTreeImpl::PushPropertiesTo(LayerTreeImpl* target_tree) { in PushPropertiesTo()
162 LayerImpl* LayerTreeImpl::RootScrollLayer() const { in RootScrollLayer()
166 LayerImpl* LayerTreeImpl::RootContainerLayer() const { in RootContainerLayer()
170 LayerImpl* LayerTreeImpl::CurrentlyScrollingLayer() const { in CurrentlyScrollingLayer()
175 void LayerTreeImpl::SetCurrentlyScrollingLayer(LayerImpl* layer) { in SetCurrentlyScrollingLayer()
[all …]
Dlayer_tree_impl.h39 class LayerTreeImpl;
52 class CC_EXPORT LayerTreeImpl {
54 static scoped_ptr<LayerTreeImpl> create(
56 return make_scoped_ptr(new LayerTreeImpl(layer_tree_host_impl));
58 virtual ~LayerTreeImpl();
104 void PushPropertiesTo(LayerTreeImpl* tree_impl);
191 void PushPersistedState(LayerTreeImpl* pending_tree);
232 explicit LayerTreeImpl(LayerTreeHostImpl* layer_tree_host_impl);
285 DISALLOW_COPY_AND_ASSIGN(LayerTreeImpl);
Dtree_synchronizer.h15 class LayerTreeImpl; variable
26 LayerTreeImpl* tree_impl);
30 LayerTreeImpl* tree_impl);
Dtree_synchronizer.cc45 LayerTreeImpl* tree_impl) { in SynchronizeTreesInternal()
65 LayerTreeImpl* tree_impl) { in SynchronizeTrees()
73 LayerTreeImpl* tree_impl) { in SynchronizeTrees()
82 LayerTreeImpl* tree_impl) { in ReuseOrCreateLayerImpl()
97 LayerTreeImpl* tree_impl) { in SynchronizeTreesRecursiveInternal()
127 LayerTreeImpl* tree_impl) { in SynchronizeTreesRecursive()
136 LayerTreeImpl* tree_impl) { in SynchronizeTreesRecursive()
Dlayer_tree_host_impl.h45 class LayerTreeImpl; variable
269 LayerTreeImpl* active_tree() { return active_tree_.get(); } in active_tree()
270 const LayerTreeImpl* active_tree() const { return active_tree_.get(); } in active_tree()
271 LayerTreeImpl* pending_tree() { return pending_tree_.get(); } in pending_tree()
272 const LayerTreeImpl* pending_tree() const { return pending_tree_.get(); } in pending_tree()
273 const LayerTreeImpl* recycle_tree() const { return recycle_tree_.get(); } in recycle_tree()
540 scoped_ptr<LayerTreeImpl> active_tree_;
544 scoped_ptr<LayerTreeImpl> pending_tree_;
548 scoped_ptr<LayerTreeImpl> recycle_tree_;
/external/chromium_org/cc/debug/
Ddebug_colors.h13 class LayerTreeImpl; variable
18 static int TiledContentLayerBorderWidth(const LayerTreeImpl* tree_impl);
21 static int ImageLayerBorderWidth(const LayerTreeImpl* tree_impl);
24 static int ContentLayerBorderWidth(const LayerTreeImpl* tree_impl);
27 static int MaskingLayerBorderWidth(const LayerTreeImpl* tree_impl);
30 static int ContainerLayerBorderWidth(const LayerTreeImpl* tree_impl);
33 static int SurfaceBorderWidth(const LayerTreeImpl* tree_impl);
36 static int SurfaceReplicaBorderWidth(const LayerTreeImpl* tree_impl);
39 static int HighResTileBorderWidth(const LayerTreeImpl* tree_impl);
42 static int LowResTileBorderWidth(const LayerTreeImpl* tree_impl);
[all …]
Ddebug_colors.cc11 static float Scale(float width, const LayerTreeImpl* tree_impl) { in Scale()
21 int DebugColors::TiledContentLayerBorderWidth(const LayerTreeImpl* tree_impl) { in TiledContentLayerBorderWidth()
29 int DebugColors::ImageLayerBorderWidth(const LayerTreeImpl* tree_impl) { in ImageLayerBorderWidth()
37 int DebugColors::ContentLayerBorderWidth(const LayerTreeImpl* tree_impl) { in ContentLayerBorderWidth()
45 int DebugColors::MaskingLayerBorderWidth(const LayerTreeImpl* tree_impl) { in MaskingLayerBorderWidth()
53 int DebugColors::ContainerLayerBorderWidth(const LayerTreeImpl* tree_impl) { in ContainerLayerBorderWidth()
61 int DebugColors::SurfaceBorderWidth(const LayerTreeImpl* tree_impl) { in SurfaceBorderWidth()
69 int DebugColors::SurfaceReplicaBorderWidth(const LayerTreeImpl* tree_impl) { in SurfaceReplicaBorderWidth()
79 int DebugColors::HighResTileBorderWidth(const LayerTreeImpl* tree_impl) { in HighResTileBorderWidth()
87 int DebugColors::LowResTileBorderWidth(const LayerTreeImpl* tree_impl) { in LowResTileBorderWidth()
[all …]
/external/chromium_org/cc/test/
Dfake_picture_layer_impl.h16 LayerTreeImpl* tree_impl, int id) { in Create()
21 LayerTreeImpl* tree_impl, int id, scoped_refptr<PicturePileImpl> pile) { in CreateWithPile()
25 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
66 LayerTreeImpl* tree_impl,
69 FakePictureLayerImpl(LayerTreeImpl* tree_impl, int id);
Dfake_delegated_renderer_layer_impl.h15 LayerTreeImpl* tree_impl, int id) { in Create()
20 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
32 FakeDelegatedRendererLayerImpl(LayerTreeImpl* tree_impl, int id);
Dfake_content_layer_impl.h16 LayerTreeImpl* tree_impl, int id) { in Create()
21 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
42 explicit FakeContentLayerImpl(LayerTreeImpl* tree_impl, int id);
Dfake_content_layer_impl.cc9 FakeContentLayerImpl::FakeContentLayerImpl(LayerTreeImpl* tree_impl, int id) in FakeContentLayerImpl()
18 LayerTreeImpl* tree_impl) { in CreateLayerImpl()
/external/chromium_org/cc/layers/
Dpainted_scrollbar_layer_impl.h15 class LayerTreeImpl; variable
21 LayerTreeImpl* tree_impl,
27 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
49 PaintedScrollbarLayerImpl(LayerTreeImpl* tree_impl,
Dsolid_color_layer_impl.h16 static scoped_ptr<SolidColorLayerImpl> Create(LayerTreeImpl* tree_impl, in Create()
23 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
29 SolidColorLayerImpl(LayerTreeImpl* tree_impl, int id);
Dsolid_color_scrollbar_layer_impl.h16 LayerTreeImpl* tree_impl,
24 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
33 SolidColorScrollbarLayerImpl(LayerTreeImpl* tree_impl,
Dpicture_image_layer_impl.h14 static scoped_ptr<PictureImageLayerImpl> Create(LayerTreeImpl* tree_impl, in Create()
23 LayerTreeImpl* tree_impl) OVERRIDE;
33 PictureImageLayerImpl(LayerTreeImpl* tree_impl, int id);
Dio_surface_layer_impl.h18 static scoped_ptr<IOSurfaceLayerImpl> Create(LayerTreeImpl* tree_impl, in Create()
26 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
38 IOSurfaceLayerImpl(LayerTreeImpl* tree_impl, int id);
Dnine_patch_layer_impl.h26 static scoped_ptr<NinePatchLayerImpl> Create(LayerTreeImpl* tree_impl, in Create()
60 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
70 NinePatchLayerImpl(LayerTreeImpl* tree_impl, int id);
Dui_resource_layer_impl.h25 static scoped_ptr<UIResourceLayerImpl> Create(LayerTreeImpl* tree_impl, in Create()
42 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
54 UIResourceLayerImpl(LayerTreeImpl* tree_impl, int id);
Dvideo_layer_impl.h25 static scoped_ptr<VideoLayerImpl> Create(LayerTreeImpl* tree_impl,
31 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
48 VideoLayerImpl(LayerTreeImpl* tree_impl, int id);
Dsolid_color_scrollbar_layer_impl.cc14 LayerTreeImpl* tree_impl, in Create()
27 LayerTreeImpl* tree_impl) { in CreateLayerImpl()
34 LayerTreeImpl* tree_impl, in SolidColorScrollbarLayerImpl()
Dtiled_layer_impl.h20 static scoped_ptr<TiledLayerImpl> Create(LayerTreeImpl* tree_impl, int id) { in Create()
25 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
53 TiledLayerImpl(LayerTreeImpl* tree_impl, int id);
Dtexture_layer_impl.h20 static scoped_ptr<TextureLayerImpl> Create(LayerTreeImpl* tree_impl, in Create()
27 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* layer_tree_impl)
67 TextureLayerImpl(LayerTreeImpl* tree_impl, int id, bool uses_mailbox);
Ddelegated_renderer_layer_impl.h21 LayerTreeImpl* tree_impl, int id) { in Create()
27 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
54 DelegatedRendererLayerImpl(LayerTreeImpl* tree_impl, int id);
Dheads_up_display_layer_impl.h30 static scoped_ptr<HeadsUpDisplayLayerImpl> Create(LayerTreeImpl* tree_impl, in Create()
36 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
69 HeadsUpDisplayLayerImpl(LayerTreeImpl* tree_impl, int id);
Dpicture_image_layer_impl.cc14 PictureImageLayerImpl::PictureImageLayerImpl(LayerTreeImpl* tree_impl, int id) in PictureImageLayerImpl()
26 LayerTreeImpl* tree_impl) { in CreateLayerImpl()

1234