Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_value_estimator.h222 auto preKeyframeValue = std::get<1>(keyframes_.front()); in GetAnimationValue() local
235 … keyframeInterpolator->Interpolate(intervalFraction), preKeyframeValue, keyframeValue); in GetAnimationValue()
245 preKeyframeValue = keyframeValue; in GetAnimationValue()
247 return preKeyframeValue; in GetAnimationValue()
252 auto preKeyframeValue = std::get<2>(durationKeyframes_.front()); in GetDurationKeyframeAnimationValue() local
253 auto animationValue = preKeyframeValue; in GetDurationKeyframeAnimationValue()
273 preKeyframeValue = animationValue; in GetDurationKeyframeAnimationValue()
279 preKeyframeValue = keyframeValue; in GetDurationKeyframeAnimationValue()
283 preKeyframeValue = keyframeValue; in GetDurationKeyframeAnimationValue()
286 animationValue = preKeyframeValue; in GetDurationKeyframeAnimationValue()
[all …]