Searched refs:ReplaceKeyframe (Results 1 – 2 of 2) sorted by relevance
108 …propertyAnimationMap[PropertyAnimatableType::PROPERTY_WIDTH])->ReplaceKeyframe(keyframeWidthBegin); in ReplaceAnimation()115 …(propertyAnimationMap[PropertyAnimatableType::PROPERTY_HEIGHT])->ReplaceKeyframe(keyframeHeightBeg… in ReplaceAnimation()122 …AceType::DynamicCast<KeyframeAnimation<Color>>(colorAnimation)->ReplaceKeyframe(keyframeColorBegin… in ReplaceAnimation()132 …AceType::DynamicCast<KeyframeAnimation<float>>(opacityAnimation)->ReplaceKeyframe(keyframeOpacityB… in ReplaceAnimation()
64 void ReplaceKeyframe(const RefPtr<Keyframe<T>>& keyframeReplace) in ReplaceKeyframe() function