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

1 2 3 4 5

  /external/chromium_org/cc/trees/
tree_synchronizer.h 15 class LayerImpl;
21 // Accepts a Layer tree and returns a reference to a LayerImpl tree that
24 static scoped_ptr<LayerImpl> SynchronizeTrees(
26 scoped_ptr<LayerImpl> old_layer_impl_root,
28 static scoped_ptr<LayerImpl> SynchronizeTrees(
29 LayerImpl* layer_root,
30 scoped_ptr<LayerImpl> old_layer_impl_root,
33 // Pushes properties from a Layer or LayerImpl tree to a structurally
34 // equivalent LayerImpl tree.
36 LayerImpl* layer_impl_root)
    [all...]
quad_culler.h 13 class LayerImpl;
21 const LayerImpl* layer,
22 const OcclusionTrackerBase<LayerImpl, RenderSurfaceImpl>&
37 const LayerImpl* layer_;
38 const OcclusionTrackerBase<LayerImpl, RenderSurfaceImpl>& occlusion_tracker_;
layer_tree_impl.h 21 struct hash<cc::LayerImpl*> {
22 size_t operator()(cc::LayerImpl* ptr) const {
70 LayerImpl* FindActiveTreeLayerById(int id);
71 LayerImpl* FindPendingTreeLayerById(int id);
94 LayerImpl* root_layer() const { return root_layer_.get(); }
95 void SetRootLayer(scoped_ptr<LayerImpl>);
96 scoped_ptr<LayerImpl> DetachLayerTree();
110 LayerImpl* RootScrollLayer() const;
111 LayerImpl* RootContainerLayer() const;
112 LayerImpl* CurrentlyScrollingLayer() const
    [all...]
tree_synchronizer.cc 19 typedef ScopedPtrHashMap<int, LayerImpl> ScopedPtrLayerImplMap;
20 typedef base::hash_map<int, LayerImpl*> RawPtrLayerImplMap;
23 scoped_ptr<LayerImpl> layer_impl) {
41 scoped_ptr<LayerImpl> SynchronizeTreesInternal(
43 scoped_ptr<LayerImpl> old_layer_impl_root,
53 scoped_ptr<LayerImpl> new_tree = SynchronizeTreesRecursive(
61 scoped_ptr<LayerImpl> TreeSynchronizer::SynchronizeTrees(
63 scoped_ptr<LayerImpl> old_layer_impl_root,
69 scoped_ptr<LayerImpl> TreeSynchronizer::SynchronizeTrees(
70 LayerImpl* layer_root
    [all...]
damage_tracker.h 24 class LayerImpl;
42 LayerImpl* target_surface_mask_layer,
54 gfx::RectF TrackDamageFromSurfaceMask(LayerImpl* target_surface_mask_layer);
61 void ExtendDamageForLayer(LayerImpl* layer, gfx::RectF* target_damage_rect);
62 void ExtendDamageForRenderSurface(LayerImpl* layer,
  /external/chromium_org/cc/debug/
debug_rect_history.h 17 class LayerImpl;
78 LayerImpl* root_layer,
89 void SavePaintRects(LayerImpl* layer);
100 void SaveTouchEventHandlerRects(LayerImpl* layer);
101 void SaveTouchEventHandlerRectsCallback(LayerImpl* layer);
102 void SaveWheelEventHandlerRects(LayerImpl* layer);
103 void SaveWheelEventHandlerRectsCallback(LayerImpl* layer);
104 void SaveNonFastScrollableRects(LayerImpl* layer);
105 void SaveNonFastScrollableRectsCallback(LayerImpl* layer);
debug_rect_history.cc 26 LayerImpl* root_layer,
63 void DebugRectHistory::SavePaintRects(LayerImpl* layer) {
91 LayerImpl* render_surface_layer = render_surface_layer_list[surface_index];
99 LayerImpl* layer = layer_list[layer_index];
101 if (LayerTreeHostCommon::RenderSurfaceContributesToTarget<LayerImpl>(
125 LayerImpl* render_surface_layer = render_surface_layer_list[surface_index];
142 LayerImpl* render_surface_layer = render_surface_layer_list[surface_index];
175 void DebugRectHistory::SaveTouchEventHandlerRects(LayerImpl* layer) {
176 LayerTreeHostCommon::CallFunctionForSubtree<LayerImpl>(
182 void DebugRectHistory::SaveTouchEventHandlerRectsCallback(LayerImpl* layer)
    [all...]
  /external/chromium_org/cc/test/
fake_delegated_renderer_layer.cc 17 scoped_ptr<LayerImpl> FakeDelegatedRendererLayer::CreateLayerImpl(
20 tree_impl, layer_id_).PassAs<LayerImpl>();
fake_picture_layer.cc 23 scoped_ptr<LayerImpl> FakePictureLayer::CreateLayerImpl(
25 return FakePictureLayerImpl::Create(tree_impl, layer_id_).PassAs<LayerImpl>();
35 void FakePictureLayer::PushPropertiesTo(LayerImpl* layer) {
fake_content_layer_impl.cc 16 scoped_ptr<LayerImpl> FakeContentLayerImpl::CreateLayerImpl(
18 return FakeContentLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>();
fake_content_layer.cc 24 scoped_ptr<LayerImpl> FakeContentLayer::CreateLayerImpl(
26 return FakeContentLayerImpl::Create(tree_impl, layer_id_).PassAs<LayerImpl>();
36 void FakeContentLayer::PushPropertiesTo(LayerImpl* layer) {
fake_content_layer.h 19 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
36 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
fake_picture_layer.h 20 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
36 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
  /external/chromium_org/cc/layers/
layer_impl.cc 30 LayerImpl::LayerImpl(LayerTreeImpl* tree_impl, int id)
71 LayerImpl::~LayerImpl() {
78 void LayerImpl::AddChild(scoped_ptr<LayerImpl> child) {
85 scoped_ptr<LayerImpl> LayerImpl::RemoveChild(LayerImpl* child) {
90 scoped_ptr<LayerImpl> ret = children_.take(it)
    [all...]
layer_lists.h 16 class LayerImpl;
20 typedef ScopedPtrVector<LayerImpl> OwnedLayerImplList;
21 typedef std::vector<LayerImpl*> LayerImplList;
solid_color_layer.cc 11 scoped_ptr<LayerImpl> SolidColorLayer::CreateLayerImpl(
13 return SolidColorLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>();
solid_color_layer_impl.h 14 class CC_EXPORT SolidColorLayerImpl : public LayerImpl {
22 // LayerImpl overrides.
23 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
io_surface_layer.cc 26 scoped_ptr<LayerImpl> IOSurfaceLayer::CreateLayerImpl(
28 return IOSurfaceLayerImpl::Create(tree_impl, layer_id_).PassAs<LayerImpl>();
35 void IOSurfaceLayer::PushPropertiesTo(LayerImpl* layer) {
io_surface_layer_impl.h 16 class CC_EXPORT IOSurfaceLayerImpl : public LayerImpl {
26 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
28 virtual void PushPropertiesTo(LayerImpl* layer_tree_impl) OVERRIDE;
nine_patch_layer_impl.h 22 class CC_EXPORT NinePatchLayerImpl : public LayerImpl {
33 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
35 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
render_surface_unittest.cc 40 scoped_ptr<LayerImpl> owning_layer =
41 LayerImpl::Create(host_impl.active_tree(), 1);
64 scoped_ptr<LayerImpl> dummy_mask =
65 LayerImpl::Create(host_impl.active_tree(), 2);
84 scoped_ptr<LayerImpl> root_layer =
85 LayerImpl::Create(host_impl.active_tree(), 1);
87 scoped_ptr<LayerImpl> owning_layer =
88 LayerImpl::Create(host_impl.active_tree(), 2);
147 scoped_ptr<LayerImpl> root_layer =
148 LayerImpl::Create(host_impl.active_tree(), 1)
    [all...]
io_surface_layer.h 19 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
22 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
video_layer.cc 21 scoped_ptr<LayerImpl> VideoLayer::CreateLayerImpl(LayerTreeImpl* tree_impl) {
22 return VideoLayerImpl::Create(tree_impl, id(), provider_).PassAs<LayerImpl>();
layer_impl.h 59 class CC_EXPORT LayerImpl : LayerAnimationValueObserver {
61 static scoped_ptr<LayerImpl> Create(LayerTreeImpl* tree_impl, int id) {
62 return make_scoped_ptr(new LayerImpl(tree_impl, id));
65 virtual ~LayerImpl();
75 LayerImpl* parent() { return parent_; }
76 const LayerImpl* parent() const { return parent_; }
79 LayerImpl* child_at(size_t index) const { return children_[index]; }
80 void AddChild(scoped_ptr<LayerImpl> child);
81 scoped_ptr<LayerImpl> RemoveChild(LayerImpl* child)
    [all...]
  /external/chromium_org/cc/animation/
scrollbar_animation_controller_linear_fade.h 13 class LayerImpl;
19 LayerImpl* scroll_layer,
36 ScrollbarAnimationControllerLinearFade(LayerImpl* scroll_layer,
43 LayerImpl* scroll_layer_;

Completed in 821 milliseconds

1 2 3 4 5