Home
last modified time | relevance | path

Searched refs:LayerImpl (Results 1 – 25 of 267) sorted by relevance

1234567891011

/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/layers/
H A Dlayer_impl.cc47 LayerImpl::LayerImpl(LayerTreeImpl* tree_impl, in LayerImpl() function in cc::LayerImpl
85 LayerImpl::~LayerImpl() { in ~LayerImpl()
301 void LayerImpl::UpdateScrollable() { in UpdateScrollable()
352 std::unique_ptr<LayerImpl> LayerImpl::CreateLayerImpl( in CreateLayerImpl()
361 void LayerImpl::PushPropertiesTo(LayerImpl* layer) { in PushPropertiesTo()
480 bool LayerImpl::IsActive() const { in IsActive()
582 float LayerImpl::Opacity() const { in Opacity()
621 void LayerImpl::DidBeginTracing() {} in DidBeginTracing()
625 void LayerImpl::OnPurgeMemory() { in OnPurgeMemory()
895 LayerImpl* active_tree_layer = in TranslationFromActiveTreeLayerScreenSpaceTransform()
[all …]
H A Drender_surface_unittest.cc51 std::unique_ptr<LayerImpl> CreateLayerImpl( in CreateLayerImpl()
91 LayerImpl* root = impl.root_layer(); in TEST()
94 LayerImpl* layer = impl.AddLayer<LayerImpl>(); in TEST()
123 std::unique_ptr<LayerImpl> dummy_mask = in TEST()
124 LayerImpl::Create(active_tree, kArbitraryLayerId); in TEST()
139 LayerImpl* root = impl.root_layer(); in TEST()
141 LayerImpl* layer = impl.AddLayer<LayerImpl>(); in TEST()
187 LayerImpl* root = impl.root_layer(); in TEST()
189 LayerImpl* layer = impl.AddLayer<LayerImpl>(); in TEST()
215 LayerImpl* root = impl.root_layer(); in TEST()
[all …]
H A Dlayer_collections.h17 class LayerImpl; variable
21 using OwnedLayerImplList = std::vector<std::unique_ptr<LayerImpl>>;
22 using LayerImplList = std::vector<LayerImpl*>;
24 using OwnedLayerImplMap = std::unordered_map<int, std::unique_ptr<LayerImpl>>;
25 using LayerImplMap = std::unordered_map<int, LayerImpl*>;
H A Dlayer_impl_unittest.cc94 LayerImpl* child = AddLayerInPendingTree<LayerImpl>(); in TEST_F()
96 LayerImpl* grand_child = AddLayerInPendingTree<LayerImpl>(); in TEST_F()
156 LayerImpl* root = root_layer(); in TEST_F()
157 LayerImpl* layer = AddLayer<LayerImpl>(); in TEST_F()
159 LayerImpl* layer2 = AddLayer<LayerImpl>(); in TEST_F()
255 LayerImpl* layer = root_layer(); in TEST_F()
308 LayerImpl* root = root_layer(); in LayerImplScrollTest()
311 layer_ = AddLayer<LayerImpl>(); in LayerImplScrollTest()
323 LayerImpl* layer() { return layer_; } in layer()
330 LayerImpl* layer_;
[all …]
H A Dlayer_impl.h66 class CC_EXPORT LayerImpl {
68 static std::unique_ptr<LayerImpl> Create(LayerTreeImpl* tree_impl, int id) { in Create()
69 return base::WrapUnique(new LayerImpl(tree_impl, id)); in Create()
72 LayerImpl(const LayerImpl&) = delete;
73 virtual ~LayerImpl();
75 LayerImpl& operator=(const LayerImpl&) = delete;
206 PerformanceProperties<LayerImpl>& performance_properties() { in performance_properties()
326 virtual std::unique_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl);
327 virtual void PushPropertiesTo(LayerImpl* layer);
415 LayerImpl(LayerTreeImpl* layer_impl,
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/layers/
H A Dlayer_impl.cc47 LayerImpl::LayerImpl(LayerTreeImpl* tree_impl, in LayerImpl() function in cc::LayerImpl
86 LayerImpl::~LayerImpl() { in ~LayerImpl()
306 void LayerImpl::UpdateScrollable() { in UpdateScrollable()
357 std::unique_ptr<LayerImpl> LayerImpl::CreateLayerImpl( in CreateLayerImpl()
366 void LayerImpl::PushPropertiesTo(LayerImpl* layer) { in PushPropertiesTo()
488 bool LayerImpl::IsActive() const { in IsActive()
579 float LayerImpl::Opacity() const { in Opacity()
618 void LayerImpl::DidBeginTracing() {} in DidBeginTracing()
622 void LayerImpl::OnPurgeMemory() { in OnPurgeMemory()
922 LayerImpl* active_tree_layer = in TranslationFromActiveTreeLayerScreenSpaceTransform()
[all …]
H A Drender_surface_unittest.cc51 std::unique_ptr<LayerImpl> CreateLayerImpl( in CreateLayerImpl()
91 LayerImpl* root = impl.root_layer(); in TEST()
94 LayerImpl* layer = impl.AddLayer<LayerImpl>(); in TEST()
123 std::unique_ptr<LayerImpl> dummy_mask = in TEST()
124 LayerImpl::Create(active_tree, kArbitraryLayerId); in TEST()
139 LayerImpl* root = impl.root_layer(); in TEST()
141 LayerImpl* layer = impl.AddLayer<LayerImpl>(); in TEST()
187 LayerImpl* root = impl.root_layer(); in TEST()
189 LayerImpl* layer = impl.AddLayer<LayerImpl>(); in TEST()
215 LayerImpl* root = impl.root_layer(); in TEST()
[all …]
H A Dlayer_collections.h17 class LayerImpl; variable
21 using OwnedLayerImplList = std::vector<std::unique_ptr<LayerImpl>>;
22 using LayerImplList = std::vector<LayerImpl*>;
24 using OwnedLayerImplMap = std::unordered_map<int, std::unique_ptr<LayerImpl>>;
25 using LayerImplMap = std::unordered_map<int, LayerImpl*>;
H A Dlayer_impl_unittest.cc94 LayerImpl* child = AddLayerInPendingTree<LayerImpl>(); in TEST_F()
96 LayerImpl* grand_child = AddLayerInPendingTree<LayerImpl>(); in TEST_F()
156 LayerImpl* root = root_layer(); in TEST_F()
157 LayerImpl* layer = AddLayer<LayerImpl>(); in TEST_F()
159 LayerImpl* layer2 = AddLayer<LayerImpl>(); in TEST_F()
255 LayerImpl* layer = root_layer(); in TEST_F()
308 LayerImpl* root = root_layer(); in LayerImplScrollTest()
311 layer_ = AddLayer<LayerImpl>(); in LayerImplScrollTest()
323 LayerImpl* layer() { return layer_; } in layer()
330 LayerImpl* layer_;
[all …]
H A Dlayer_impl.h67 class CC_EXPORT LayerImpl {
69 static std::unique_ptr<LayerImpl> Create(LayerTreeImpl* tree_impl, int id) { in Create()
70 return base::WrapUnique(new LayerImpl(tree_impl, id)); in Create()
73 LayerImpl(const LayerImpl&) = delete;
74 virtual ~LayerImpl();
76 LayerImpl& operator=(const LayerImpl&) = delete;
206 PerformanceProperties<LayerImpl>& performance_properties() { in performance_properties()
328 virtual std::unique_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl);
329 virtual void PushPropertiesTo(LayerImpl* layer);
426 LayerImpl(LayerTreeImpl* layer_impl,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/trees/
H A Ddraw_properties_unittest.cc175 LayerImpl* target = AddLayer<LayerImpl>(); in TestVisibleRectAndDrawableContentRect()
208 LayerImpl* child = AddLayer<LayerImpl>(); in TEST_F()
229 LayerImpl* layer = AddLayer<LayerImpl>(); in TEST_F()
406 LayerImpl* parent = AddLayer<LayerImpl>(); in TEST_F()
407 LayerImpl* child = AddLayer<LayerImpl>(); in TEST_F()
489 LayerImpl* parent = AddLayer<LayerImpl>(); in TEST_F()
490 LayerImpl* child = AddLayer<LayerImpl>(); in TEST_F()
563 LayerImpl* parent = AddLayer<LayerImpl>(); in TEST_F()
790 LayerImpl* child = AddLayer<LayerImpl>(); in TEST_F()
835 LayerImpl* child = AddLayer<LayerImpl>(); in TEST_F()
[all …]
H A Dlayer_tree_impl_unittest.cc242 LayerImpl* layer = AddLayer<LayerImpl>(); in TEST_F()
348 LayerImpl* layer = AddLayer<LayerImpl>(); in TEST_F()
413 LayerImpl* scale = AddLayer<LayerImpl>(); in TEST_F()
418 LayerImpl* clip = AddLayer<LayerImpl>(); in TEST_F()
423 LayerImpl* test = AddLayer<LayerImpl>(); in TEST_F()
449 LayerImpl* child1 = AddLayer<LayerImpl>(); in TEST_F()
456 LayerImpl* child2 = AddLayer<LayerImpl>(); in TEST_F()
486 LayerImpl* layer = AddLayer<LayerImpl>(); in TEST_F()
542 LayerImpl* child = AddLayer<LayerImpl>(); in TEST_F()
603 LayerImpl* child = AddLayer<LayerImpl>(); in TEST_F()
[all …]
H A Ddamage_tracker_unittest.cc53 : LayerImpl(tree_impl, id) {} in TestLayerImpl()
64 LayerImpl::ResetChangeTracking(); in ResetChangeTracking()
88 LayerImpl* root = root_layer(); in CreateTestTreeWithOneSurface()
115 LayerImpl* root = root_layer(); in CreateTestTreeWithTwoSurfaces()
716 LayerImpl* surface = child1_; in TEST_F()
859 LayerImpl* surface = child1_; in TEST_F()
1108 LayerImpl* child2 = AddLayer<LayerImpl>(); in TEST_F()
1166 LayerImpl* child2 = AddLayer<LayerImpl>(); in TEST_F()
1200 LayerImpl* child2 = AddLayer<LayerImpl>(); in TEST_F()
1549 LayerImpl* grand_child = AddLayer<LayerImpl>(); in TEST_F()
[all …]
H A Dlayer_tree_impl.h139 LayerImpl* FindActiveTreeLayerById(int id);
140 LayerImpl* FindPendingTreeLayerById(int id);
178 LayerImpl* root_layer() { in root_layer()
185 bool IsRootLayer(const LayerImpl* layer) const;
216 LayerImpl* operator*() const { return it_->get(); }
217 LayerImpl* operator->() const { return it_->get(); }
498 LayerImpl* LayerById(int id) const;
510 void AddLayerShouldPushProperties(LayerImpl* layer);
517 void RegisterLayer(LayerImpl* layer);
518 void UnregisterLayer(LayerImpl* layer);
[all …]
H A Ddraw_property_utils.h19 class LayerImpl; variable
43 UpdatePropertyTreesAndRenderSurfaces(LayerImpl* root_layer,
51 std::vector<LayerImpl*>* visible_layer_list);
53 gfx::Transform CC_EXPORT DrawTransform(const LayerImpl* layer,
59 gfx::Transform CC_EXPORT ScreenSpaceTransform(const LayerImpl* layer,
72 LayerImpl* layer,
75 bool CC_EXPORT IsLayerBackFaceVisible(LayerImpl* layer,
H A Docclusion_tracker_unittest.cc126 LayerImpl* CreateLayer(LayerImpl* property_parent, in CreateLayer()
132 std::unique_ptr<LayerImpl> layer = LayerImpl::Create(tree, id); in CreateLayer()
147 LayerImpl* CreateSurface(LayerImpl* parent, in CreateSurface()
202 LayerImpl* CreateCopyLayer(LayerImpl* parent, in CreateCopyLayer()
1257 LayerImpl* surface = in RunMyTest()
2004 LayerImpl* small = in RunMyTest()
2041 LayerImpl* clip = in RunMyTest()
2074 LayerImpl* clip = in RunMyTest()
2110 LayerImpl* copy = in RunMyTest()
2163 LayerImpl* copy = in RunMyTest()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/trees/
H A Ddraw_properties_unittest.cc175 LayerImpl* target = AddLayer<LayerImpl>(); in TestVisibleRectAndDrawableContentRect()
208 LayerImpl* child = AddLayer<LayerImpl>(); in TEST_F()
229 LayerImpl* layer = AddLayer<LayerImpl>(); in TEST_F()
406 LayerImpl* parent = AddLayer<LayerImpl>(); in TEST_F()
407 LayerImpl* child = AddLayer<LayerImpl>(); in TEST_F()
489 LayerImpl* parent = AddLayer<LayerImpl>(); in TEST_F()
490 LayerImpl* child = AddLayer<LayerImpl>(); in TEST_F()
563 LayerImpl* parent = AddLayer<LayerImpl>(); in TEST_F()
790 LayerImpl* child = AddLayer<LayerImpl>(); in TEST_F()
835 LayerImpl* child = AddLayer<LayerImpl>(); in TEST_F()
[all …]
H A Dlayer_tree_impl_unittest.cc242 LayerImpl* layer = AddLayer<LayerImpl>(); in TEST_F()
348 LayerImpl* layer = AddLayer<LayerImpl>(); in TEST_F()
413 LayerImpl* scale = AddLayer<LayerImpl>(); in TEST_F()
418 LayerImpl* clip = AddLayer<LayerImpl>(); in TEST_F()
423 LayerImpl* test = AddLayer<LayerImpl>(); in TEST_F()
449 LayerImpl* child1 = AddLayer<LayerImpl>(); in TEST_F()
456 LayerImpl* child2 = AddLayer<LayerImpl>(); in TEST_F()
486 LayerImpl* layer = AddLayer<LayerImpl>(); in TEST_F()
542 LayerImpl* child = AddLayer<LayerImpl>(); in TEST_F()
603 LayerImpl* child = AddLayer<LayerImpl>(); in TEST_F()
[all …]
H A Ddamage_tracker_unittest.cc51 : LayerImpl(tree_impl, id) {} in TestLayerImpl()
62 LayerImpl::ResetChangeTracking(); in ResetChangeTracking()
79 LayerImpl* root = root_layer(); in CreateTestTreeWithOneSurface()
106 LayerImpl* root = root_layer(); in CreateTestTreeWithTwoSurfaces()
691 LayerImpl* surface = child1_; in TEST_F()
834 LayerImpl* surface = child1_; in TEST_F()
1083 LayerImpl* child2 = AddLayer<LayerImpl>(); in TEST_F()
1141 LayerImpl* child2 = AddLayer<LayerImpl>(); in TEST_F()
1175 LayerImpl* child2 = AddLayer<LayerImpl>(); in TEST_F()
1524 LayerImpl* grand_child = AddLayer<LayerImpl>(); in TEST_F()
[all …]
H A Dlayer_tree_impl.h137 LayerImpl* FindActiveTreeLayerById(int id);
138 LayerImpl* FindPendingTreeLayerById(int id);
172 LayerImpl* root_layer() { in root_layer()
179 bool IsRootLayer(const LayerImpl* layer) const;
210 LayerImpl* operator*() const { return it_->get(); }
211 LayerImpl* operator->() const { return it_->get(); }
491 LayerImpl* LayerById(int id) const;
503 void AddLayerShouldPushProperties(LayerImpl* layer);
510 void RegisterLayer(LayerImpl* layer);
511 void UnregisterLayer(LayerImpl* layer);
[all …]
H A Docclusion_tracker_unittest.cc122 LayerImpl* CreateLayer(LayerImpl* property_parent, in CreateLayer()
128 std::unique_ptr<LayerImpl> layer = LayerImpl::Create(tree, id); in CreateLayer()
143 LayerImpl* CreateSurface(LayerImpl* parent, in CreateSurface()
198 LayerImpl* CreateCopyLayer(LayerImpl* parent, in CreateCopyLayer()
1253 LayerImpl* surface = in RunMyTest()
1924 LayerImpl* small = in RunMyTest()
1961 LayerImpl* clip = in RunMyTest()
1994 LayerImpl* clip = in RunMyTest()
2030 LayerImpl* copy = in RunMyTest()
2083 LayerImpl* copy = in RunMyTest()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/test/
H A Dproperty_tree_test_utils.h18 class LayerImpl; variable
24 void SetupRootProperties(LayerImpl* root);
29 void CopyProperties(const LayerImpl* from, LayerImpl* to);
41 LayerImpl*,
47 EffectNode& CreateEffectNode(LayerImpl*,
53 ScrollNode& CreateScrollNode(LayerImpl*,
79 PropertyTrees* GetPropertyTrees(const LayerImpl* layer);
100 void SetScrollOffset(LayerImpl*, const gfx::ScrollOffset&);
203 void SetupViewport(LayerImpl* root,
211 gfx::ScrollOffset ScrollDelta(const LayerImpl* layer);
[all …]
H A Dpush_properties_counting_layer_impl.cc19 : LayerImpl(tree_impl, id), push_properties_count_(0) {} in PushPropertiesCountingLayerImpl()
23 void PushPropertiesCountingLayerImpl::PushPropertiesTo(LayerImpl* layer) { in PushPropertiesTo()
24 LayerImpl::PushPropertiesTo(layer); in PushPropertiesTo()
31 std::unique_ptr<LayerImpl> PushPropertiesCountingLayerImpl::CreateLayerImpl( in CreateLayerImpl()
33 return PushPropertiesCountingLayerImpl::Create(tree_impl, LayerImpl::id()); in CreateLayerImpl()
H A Dproperty_tree_test_utils.cc251 void SetupRootProperties(LayerImpl* root) { in SetupRootProperties()
262 void CopyProperties(const LayerImpl* from, LayerImpl* to) { in CopyProperties()
320 ScrollNode& CreateScrollNode(LayerImpl* layer, in CreateScrollNode()
385 void SetupMaskProperties(LayerImpl* masked_layer, in SetupMaskProperties()
446 void SetupViewport(LayerImpl* root, in SetupViewport()
456 std::unique_ptr<LayerImpl> inner_viewport_scroll_layer = in SetupViewport()
457 LayerImpl::Create(layer_tree_impl, 10000); in SetupViewport()
463 std::unique_ptr<LayerImpl> outer_viewport_scroll_layer = in SetupViewport()
464 LayerImpl::Create(layer_tree_impl, 10001); in SetupViewport()
483 PropertyTrees* GetPropertyTrees(const LayerImpl* layer) { in GetPropertyTrees()
[all …]
H A Dlayer_tree_impl_test_base.h26 class LayerImpl; variable
47 LayerImpl* EnsureRootLayerInPendingTree();
56 void AppendQuadsWithOcclusion(LayerImpl* layer_impl,
59 LayerImpl* layer_impl,
71 LayerImpl* root_layer() const { in root_layer()
87 LayerImpl* InnerViewportScrollLayer() { in InnerViewportScrollLayer()
90 LayerImpl* OuterViewportScrollLayer() { in OuterViewportScrollLayer()

1234567891011