Home
last modified time | relevance | path

Searched refs:has_potential_animation (Results 1 – 21 of 21) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/trees/
H A Dtransform_node.cc24 has_potential_animation(false), in TransformNode()
51 has_potential_animation == other.has_potential_animation && in operator ==()
H A Dtransform_node.h71 bool has_potential_animation : 1; member
H A Dlayer_tree_impl.cc920 bool has_potential_animation = in UpdateTransformAnimation() local
923 if (node->has_potential_animation != has_potential_animation) { in UpdateTransformAnimation()
924 node->has_potential_animation = has_potential_animation; in UpdateTransformAnimation()
H A Dproperty_tree_builder.cc290 node->has_potential_animation = has_potentially_animated_transform; in AddTransformNodeIfNeeded()
H A Dproperty_tree.cc471 node->has_potential_animation || ancestor_is_animating; in UpdateAnimationProperties()
538 node->has_potential_animation || is_invertible; in UpdateNodeAndAncestorsAreAnimatedOrInvertible()
1810 transform_node->has_potential_animation = in ElementIsAnimatingChanged()
H A Dlayer_tree_host.cc1713 node->has_potential_animation = true; in SetElementTransformMutated()
H A Ddraw_properties_unittest.cc7656 EXPECT_TRUE(node->has_potential_animation); in TEST_F()
7662 EXPECT_TRUE(node->has_potential_animation); in TEST_F()
7668 EXPECT_FALSE(node->has_potential_animation); in TEST_F()
H A Dlayer_tree_host_impl_unittest.cc5700 CreateTransformNode(layer).has_potential_animation = true; in CreateLayerFromState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/trees/
H A Dtransform_node.cc25 has_potential_animation(false), in TransformNode()
56 has_potential_animation == other.has_potential_animation && in operator ==()
H A Dtransform_node.h74 bool has_potential_animation : 1; member
H A Dlayer_tree_impl.cc962 bool has_potential_animation = in UpdateTransformAnimation() local
965 if (node->has_potential_animation != has_potential_animation) { in UpdateTransformAnimation()
966 node->has_potential_animation = has_potential_animation; in UpdateTransformAnimation()
H A Dproperty_tree_builder.cc288 node->has_potential_animation = has_potentially_animated_transform; in AddTransformNodeIfNeeded()
H A Dproperty_tree.cc489 node->has_potential_animation || ancestor_is_animating; in UpdateAnimationProperties()
559 node->has_potential_animation || is_invertible; in UpdateNodeAndAncestorsAreAnimatedOrInvertible()
1877 transform_node->has_potential_animation = in ElementIsAnimatingChanged()
H A Dlayer_tree_host.cc1771 node->has_potential_animation = true; in SetElementTransformMutated()
H A Ddraw_properties_unittest.cc7576 EXPECT_TRUE(node->has_potential_animation); in TEST_F()
7582 EXPECT_TRUE(node->has_potential_animation); in TEST_F()
7588 EXPECT_FALSE(node->has_potential_animation); in TEST_F()
H A Dlayer_tree_host_impl_unittest.cc6365 CreateTransformNode(layer).has_potential_animation = true; in CreateLayerFromState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/test/
H A Danimation_timelines_test_common.cc268 return layer->has_potential_animation(TargetProperty::TRANSFORM); in GetHasPotentialTransformAnimation()
284 return layer->has_potential_animation(TargetProperty::OPACITY); in GetHasPotentialOpacityAnimation()
300 return layer->has_potential_animation(TargetProperty::FILTER); in GetHasPotentialFilterAnimation()
316 return layer->has_potential_animation(TargetProperty::BACKDROP_FILTER); in GetHasPotentialBackdropFilterAnimation()
H A Danimation_timelines_test_common.h74 bool has_potential_animation(TargetProperty::Type property) const { in has_potential_animation() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/
H A Dcompositor_animations_test.cc1927 EXPECT_TRUE(cc_transform->has_potential_animation); in TEST_P()
1964 EXPECT_TRUE(cc_transform->has_potential_animation); in TEST_P()
2004 EXPECT_TRUE(cc_transform->has_potential_animation); in TEST_P()
2043 EXPECT_TRUE(cc_transform->has_potential_animation); in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Dcompositor_animations_test.cc2066 EXPECT_TRUE(cc_transform->has_potential_animation); in TEST_P()
2101 EXPECT_TRUE(cc_transform->has_potential_animation); in TEST_P()
2140 EXPECT_TRUE(cc_transform->has_potential_animation); in TEST_P()
2172 EXPECT_TRUE(cc_transform->has_potential_animation); in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/layers/
H A Dpicture_layer_impl_unittest.cc6360 GetTransformNode(layer_)->has_potential_animation = true; in TEST_P()
6365 GetTransformNode(layer_)->has_potential_animation = false; in TEST_P()