Searched refs:preKeyframeValue (Results 1 – 1 of 1) sorted by relevance
222 auto preKeyframeValue = std::get<1>(keyframes_.front()); in GetAnimationValue() local235 … 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() local253 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 …]