Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/modifiers/
H A Dreverse.cpp30 bool Reverse::ProcessOnStep(StepData& step) const in ProcessOnStep() function in AnimationModifiers::Reverse
H A Dreverse.h37 bool ProcessOnStep(StepData& step) const override; in META_BEGIN_NAMESPACE()
H A Dloop.cpp49 bool Loop::ProcessOnStep(StepData& step) const in ProcessOnStep() function in AnimationModifiers::Loop
H A Dspeed.h39 bool ProcessOnStep(StepData& step) const override; in META_BEGIN_NAMESPACE()
H A Dspeed.cpp37 bool SpeedImpl::ProcessOnStep(StepData& step) const in ProcessOnStep() function in AnimationModifiers::SpeedImpl
H A Dloop.h39 bool ProcessOnStep(StepData& step) const override; in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/animation/
H A Dintf_animation_modifier.h72 virtual bool ProcessOnStep(StepData& step) const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation_modifier.h47 bool ProcessOnStep(IAnimationModifier::StepData& step) const override in META_BEGIN_NAMESPACE()
H A Danimation_state.cpp337 mod->ProcessOnStep(step); in ApplyStepModifiers()