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

1 2 34 5

  /external/chromium_org/cc/trees/
layer_tree_host_common.cc 189 static inline bool TransformToParentIsKnown(LayerImpl* layer) { return true; }
195 static inline bool TransformToScreenIsKnown(LayerImpl* layer) { return true; }
243 static inline bool SubtreeShouldBeSkipped(LayerImpl* layer,
290 static inline void UpdateTilePrioritiesForLayer(LayerImpl* layer) {
303 static inline void SavePaintPropertiesLayer(LayerImpl* layer) {}
417 static LayerImpl* NextTargetSurface(LayerImpl* layer) {
425 LayerImpl* layer,
426 LayerImpl* container,
441 LayerImpl* container_target_surface = container->render_target()
    [all...]
layer_tree_host_impl.h 41 class LayerImpl;
87 // LayerTreeHostImpl owns the LayerImpl trees as well as associated rendering
261 LayerImpl* RootLayer() const;
262 LayerImpl* RootScrollLayer() const;
263 LayerImpl* CurrentlyScrollingLayer() const;
434 LayerImpl* layer_impl,
441 LayerImpl* root_draw_layer,
451 void SendReleaseResourcesRecursive(LayerImpl* current);
455 void AnimateScrollbarsRecursive(LayerImpl* layer,
460 void StartScrollbarAnimationRecursive(LayerImpl* layer, base::TimeTicks time)
    [all...]
quad_culler.cc 21 const LayerImpl* layer,
48 const LayerImpl* layer,
layer_tree_host_unittest_scroll.cc 54 LayerImpl* root = impl->active_tree()->root_layer();
123 LayerImpl* root = impl->active_tree()->root_layer();
253 LayerImpl* root_scroll_layer =
355 LayerImpl* root = impl->active_tree()->root_layer();
497 LayerImpl* root_impl = impl->active_tree()->root_layer();
498 LayerImpl* root_scroll_layer_impl = root_impl->children()[0];
499 LayerImpl* child_layer_impl = root_scroll_layer_impl->children()[0];
501 LayerImpl* expected_scroll_layer_impl = NULL;
502 LayerImpl* expected_no_scroll_layer_impl = NULL;
770 LayerImpl* root = impl->active_tree()->root_layer()
    [all...]
layer_tree_host_common_unittest.cc 70 void SetLayerPropertiesForTesting(LayerImpl* layer,
77 SetLayerPropertiesForTestingInternal<LayerImpl>(layer,
113 void ExecuteCalculateDrawProperties(LayerImpl* root_layer,
116 LayerImpl* page_scale_application_layer,
420 scoped_ptr<LayerImpl> sublayer_scoped_ptr(
421 LayerImpl::Create(host_impl.active_tree(), 1));
422 LayerImpl* sublayer = sublayer_scoped_ptr.get();
433 scoped_ptr<LayerImpl> scroll_layerScopedPtr(
434 LayerImpl::Create(host_impl.active_tree(), 2));
435 LayerImpl* scroll_layer = scroll_layerScopedPtr.get()
    [all...]
layer_tree_host_unittest_video.cc 52 LayerImpl* root_layer = host_impl->active_tree()->root_layer();
layer_tree_host_impl.cc 399 LayerImpl* layer_impl = LayerTreeHostCommon::FindLayerThatIsHitByPoint(
420 LayerImpl* root_draw_layer,
430 LayerImpl* render_surface_layer = render_surface_layer_list[surface_index];
481 LayerImpl* layer,
496 LayerImpl* layer,
526 LayerImpl* root_layer,
621 LayerImpl* render_surface_layer =
654 typedef LayerIterator<LayerImpl,
809 LayerImpl* layer = active_tree_->LayersWithCopyOutputRequest().back();
    [all...]
layer_tree_host_unittest_delegated.cc 245 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
276 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
503 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
545 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
820 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
    [all...]
  /external/chromium_org/cc/layers/
scrollbar_layer_impl.cc 33 : LayerImpl(tree_impl, id),
54 scoped_ptr<LayerImpl> ScrollbarLayerImpl::CreateLayerImpl(
58 orientation_).PassAs<LayerImpl>();
61 void ScrollbarLayerImpl::PushPropertiesTo(LayerImpl* layer) {
62 LayerImpl::PushPropertiesTo(layer);
81 return LayerImpl::WillDraw(draw_mode, resource_provider);
nine_patch_layer_impl.cc 16 : LayerImpl(tree_impl, id),
25 scoped_ptr<LayerImpl> NinePatchLayerImpl::CreateLayerImpl(
27 return NinePatchLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>();
30 void NinePatchLayerImpl::PushPropertiesTo(LayerImpl* layer) {
31 LayerImpl::PushPropertiesTo(layer);
62 return LayerImpl::WillDraw(draw_mode, resource_provider);
288 base::DictionaryValue* result = LayerImpl::LayerTreeAsJson();
tiled_layer_impl.cc 54 : LayerImpl(tree_impl, id), skips_draw_(true) {}
104 scoped_ptr<LayerImpl> TiledLayerImpl::CreateLayerImpl(
106 return TiledLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>();
110 LayerImpl::AsValueInto(state);
129 void TiledLayerImpl::PushPropertiesTo(LayerImpl* layer) {
130 LayerImpl::PushPropertiesTo(layer);
158 return LayerImpl::WillDraw(draw_mode, resource_provider);
texture_layer.h 39 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
84 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
tiled_layer.h 28 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
76 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
delegated_renderer_layer_impl_unittest.cc 63 scoped_ptr<LayerImpl> root_layer = SolidColorLayerImpl::Create(
64 host_impl_->active_tree(), 1).PassAs<LayerImpl>();
65 scoped_ptr<LayerImpl> layer_before = SolidColorLayerImpl::Create(
66 host_impl_->active_tree(), 2).PassAs<LayerImpl>();
67 scoped_ptr<LayerImpl> layer_after = SolidColorLayerImpl::Create(
68 host_impl_->active_tree(), 3).PassAs<LayerImpl>();
128 layer_after->AddChild(delegated_renderer_layer.PassAs<LayerImpl>());
138 LayerImpl* root_layer_;
139 LayerImpl* layer_before_;
140 LayerImpl* layer_after_
    [all...]
layer_impl_unittest.cc 74 // Create a simple LayerImpl tree:
78 scoped_ptr<LayerImpl> root = LayerImpl::Create(host_impl.active_tree(), 1);
79 root->AddChild(LayerImpl::Create(host_impl.active_tree(), 2));
80 LayerImpl* child = root->children()[0];
81 child->AddChild(LayerImpl::Create(host_impl.active_tree(), 3));
82 LayerImpl* grand_child = child->children()[0];
122 root->SetMaskLayer(LayerImpl::Create(host_impl.active_tree(), 4)));
126 root->SetReplicaLayer(LayerImpl::Create(host_impl.active_tree(), 5)));
202 scoped_ptr<LayerImpl> root = LayerImpl::Create(host_impl.active_tree(), 1)
    [all...]
scrollbar_layer_unittest.cc 32 LayerImpl* LayerImplForScrollAreaAndScrollbar(
50 LayerImpl* layer_impl_tree_root =
53 LayerImpl* cc_child1 = layer_impl_tree_root->children()[0];
63 LayerImpl* layer_impl_tree_root =
68 LayerImpl* cc_child2 = layer_impl_tree_root->children()[1];
78 LayerImpl* layer_impl_tree_root =
128 LayerImpl* layer_impl_tree_root = host->CommitAndCreateLayerImplTree();
166 LayerImpl* layer_impl_tree_root =
227 LayerImpl* layer_impl_tree_root =
delegated_renderer_layer_impl.cc 25 : LayerImpl(tree_impl, id),
66 void DelegatedRendererLayerImpl::PushPropertiesTo(LayerImpl* layer) {
67 LayerImpl::PushPropertiesTo(layer);
208 scoped_ptr<LayerImpl> DelegatedRendererLayerImpl::CreateLayerImpl(
211 tree_impl, id()).PassAs<LayerImpl>();
272 return LayerImpl::WillDraw(draw_mode, resource_provider);
layer.h 41 class LayerImpl;
247 // Floating point to match the LayerImpl version.
298 virtual void PushPropertiesTo(LayerImpl* layer);
363 // Constructs a LayerImpl of the correct runtime type for this Layer type.
364 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl);
391 friend class LayerImpl;
render_surface_impl.cc 28 RenderSurfaceImpl::RenderSurfaceImpl(LayerImpl* owning_layer)
106 LayerImpl* layer) {
183 LayerImpl* mask_layer = owning_layer_->mask_layer();
texture_layer.cc 58 scoped_ptr<LayerImpl> TextureLayer::CreateLayerImpl(LayerTreeImpl* tree_impl) {
60 PassAs<LayerImpl>();
208 void TextureLayer::PushPropertiesTo(LayerImpl* layer) {
scrollbar_layer.cc 21 scoped_ptr<LayerImpl> ScrollbarLayer::CreateLayerImpl(
24 tree_impl, id(), scrollbar_->Orientation()).PassAs<LayerImpl>();
102 void ScrollbarLayer::PushPropertiesTo(LayerImpl* layer) {
  /external/chromium_org/cc/test/
fake_picture_layer_impl.h 25 virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
animation_test_common.cc 210 int AddOpacityTransitionToLayer(cc::LayerImpl* layer,
229 int AddAnimatedTransformToLayer(cc::LayerImpl* layer,
  /external/chromium_org/cc/input/
top_controls_manager_unittest.cc 32 root_scroll_layer_ = LayerImpl::Create(active_tree_.get(), 1);
46 LayerImpl* rootScrollLayer() {
64 scoped_ptr<LayerImpl> root_scroll_layer_;
  /external/chromium_org/cc/animation/
scrollbar_animation_controller_linear_fade_unittest.cc 21 scroll_layer_ = LayerImpl::Create(host_impl_.active_tree(), 1);
38 scoped_ptr<LayerImpl> scroll_layer_;

Completed in 1052 milliseconds

1 2 34 5