Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsvg_animate.cpp61 void SvgAnimate::CreateKeyframe( in CreateKeyframe() function in OHOS::Ace::SvgAnimate
188 CreateKeyframe(animation, startValue, 0.5f, GetCurve()); in DiscreteAnimate()
189 CreateKeyframe(animation, endValue, 1.0f, GetCurve()); in DiscreteAnimate()
203 CreateKeyframe(animation, GetValue<T>(values.front()), 1.0f, GetCurve()); in DiscreteAnimate()
234 CreateKeyframe(animation, GetValue<T>(*valueIter), keyTime, GetCurve()); in DiscreteWithValues()
238 CreateKeyframe(animation, GetValue<T>(values.back()), 1.0f, GetCurve()); in DiscreteWithValues()
264 CreateKeyframe(animation, GetValue<T>(*(values.end() - 2)), 1.0f, GetCurve()); in DiscreteWithKeyTimes()
335 CreateKeyframe(animation, GetValue<T>(values.back()), 1.0f, GetCurve()); in LinearAnimate()
361 CreateKeyframe(animation, GetValue<T>(*valueIter), keyTime, GetCurve()); in LinearWithValues()
365 CreateKeyframe(animation, GetValue<T>(values.back()), 1.0f, GetCurve()); in LinearWithValues()
[all …]
H A Dsvg_animate.h434 void CreateKeyframe(