Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation_state.cpp333 IAnimationModifier::StepData AnimationState::ApplyStepModifiers(float progress) const in ApplyStepModifiers() function in Internal::AnimationState
432 auto step = ApplyStepModifiers(data.progress); in EvaluateValue()
H A Dstaggered_animation_state.cpp249 const auto step = ApplyStepModifiers(containerProgress); in Evaluate()
324 const auto step = ApplyStepModifiers(containerProgress); in Evaluate()
H A Danimation_state.h157 IAnimationModifier::StepData ApplyStepModifiers(float progress) const; in META_BEGIN_NAMESPACE()