Home
last modified time | relevance | path

Searched refs:GetCompositorKeyframeValue (Results 1 – 14 of 14) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/
H A Dcompositor_animations.cc241 if (keyframe->GetCompositorKeyframeValue() && in CheckCanStartEffectOnCompositor()
243 keyframe->GetCompositorKeyframeValue()) in CheckCanStartEffectOnCompositor()
250 if (keyframe->GetCompositorKeyframeValue() && in CheckCanStartEffectOnCompositor()
252 keyframe->GetCompositorKeyframeValue()) in CheckCanStartEffectOnCompositor()
267 keyframe->GetCompositorKeyframeValue(); in CheckCanStartEffectOnCompositor()
280 !keyframes.front()->GetCompositorKeyframeValue() || in CheckCanStartEffectOnCompositor()
281 keyframes.front()->GetCompositorKeyframeValue()->GetType() != in CheckCanStartEffectOnCompositor()
305 if (!keyframe->GetCompositorKeyframeValue()) { in CheckCanStartEffectOnCompositor()
654 keyframe->GetCompositorKeyframeValue(); in AddKeyframesToCurve()
736 if (values.front()->GetCompositorKeyframeValue()->IsColor()) { in GetAnimationOnCompositor()
H A Dkeyframe_effect_model_test.cc640 value = empty_keyframes[0]->GetCompositorKeyframeValue(); in TEST_F()
677 value = keyframes[0]->GetCompositorKeyframeValue(); in TEST_F()
690 value = updated_keyframes[0]->GetCompositorKeyframeValue(); in TEST_F()
703 ->GetCompositorKeyframeValue(); in TEST_F()
725 ->GetCompositorKeyframeValue(); in TEST_F()
730 ->GetCompositorKeyframeValue(); in TEST_F()
735 ->GetCompositorKeyframeValue(); in TEST_F()
740 ->GetCompositorKeyframeValue(); in TEST_F()
745 ->GetCompositorKeyframeValue(); in TEST_F()
777 values_mixed[0]->GetCompositorKeyframeValue(); in TEST_F()
[all …]
H A Dstring_keyframe.h107 const CompositorKeyframeValue* GetCompositorKeyframeValue() const final { in GetCompositorKeyframeValue() function
143 const CompositorKeyframeValue* GetCompositorKeyframeValue() const final { in GetCompositorKeyframeValue() function
H A Dtransition_keyframe.h62 const CompositorKeyframeValue* GetCompositorKeyframeValue() const final { in GetCompositorKeyframeValue() function
H A Dkeyframe.h146 virtual const CompositorKeyframeValue* GetCompositorKeyframeValue()
H A Dcompositor_animations_test.cc363 const CompositorKeyframeValue* GetCompositorKeyframeValue() const final { in GetCompositorKeyframeValue() function in blink::AnimationCompositorAnimationsTest::MockStringKeyframe::MockPropertySpecificStringKeyframe
950 EXPECT_FALSE(keyframes1[0]->GetCompositorKeyframeValue()); in TEST_P()
973 EXPECT_TRUE(keyframes2[0]->GetCompositorKeyframeValue()); in TEST_P()
999 EXPECT_TRUE(keyframes3[0]->GetCompositorKeyframeValue()); in TEST_P()
H A Dkeyframe_effect.cc429 const auto* value = keyframe->GetCompositorKeyframeValue(); in AnimationsPreserveAxisAlignment()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Dcompositor_animations.cc253 if (keyframe->GetCompositorKeyframeValue() && in CheckCanStartEffectOnCompositor()
255 keyframe->GetCompositorKeyframeValue()) in CheckCanStartEffectOnCompositor()
263 if (keyframe->GetCompositorKeyframeValue() && in CheckCanStartEffectOnCompositor()
265 keyframe->GetCompositorKeyframeValue()) in CheckCanStartEffectOnCompositor()
280 keyframe->GetCompositorKeyframeValue(); in CheckCanStartEffectOnCompositor()
297 !keyframes.front()->GetCompositorKeyframeValue() || in CheckCanStartEffectOnCompositor()
298 keyframes.front()->GetCompositorKeyframeValue()->GetType() != in CheckCanStartEffectOnCompositor()
328 if (!keyframe->GetCompositorKeyframeValue()) { in CheckCanStartEffectOnCompositor()
672 keyframe->GetCompositorKeyframeValue(); in AddKeyframesToCurve()
758 if (values.front()->GetCompositorKeyframeValue()->IsColor()) { in GetAnimationOnCompositor()
H A Dkeyframe_effect_model_test.cc644 value = empty_keyframes[0]->GetCompositorKeyframeValue(); in TEST_F()
681 value = keyframes[0]->GetCompositorKeyframeValue(); in TEST_F()
694 value = updated_keyframes[0]->GetCompositorKeyframeValue(); in TEST_F()
707 ->GetCompositorKeyframeValue(); in TEST_F()
729 ->GetCompositorKeyframeValue(); in TEST_F()
734 ->GetCompositorKeyframeValue(); in TEST_F()
739 ->GetCompositorKeyframeValue(); in TEST_F()
744 ->GetCompositorKeyframeValue(); in TEST_F()
749 ->GetCompositorKeyframeValue(); in TEST_F()
781 values_mixed[0]->GetCompositorKeyframeValue(); in TEST_F()
[all …]
H A Dstring_keyframe.h116 const CompositorKeyframeValue* GetCompositorKeyframeValue() const final { in GetCompositorKeyframeValue() function
153 const CompositorKeyframeValue* GetCompositorKeyframeValue() const final { in GetCompositorKeyframeValue() function
H A Dtransition_keyframe.h63 const CompositorKeyframeValue* GetCompositorKeyframeValue() const final { in GetCompositorKeyframeValue() function
H A Dkeyframe.h148 virtual const CompositorKeyframeValue* GetCompositorKeyframeValue()
H A Dcompositor_animations_test.cc372 const CompositorKeyframeValue* GetCompositorKeyframeValue() const final { in GetCompositorKeyframeValue() function in blink::AnimationCompositorAnimationsTest::MockStringKeyframe::MockPropertySpecificStringKeyframe
990 EXPECT_FALSE(keyframes1[0]->GetCompositorKeyframeValue()); in TEST_P()
1013 EXPECT_TRUE(keyframes2[0]->GetCompositorKeyframeValue()); in TEST_P()
1039 EXPECT_TRUE(keyframes3[0]->GetCompositorKeyframeValue()); in TEST_P()
H A Dkeyframe_effect.cc487 const auto* value = keyframe->GetCompositorKeyframeValue(); in UpdateBoxSizeAndCheckTransformAxisAlignment()