Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_ecs_animation.h67 …pdateKey(IEcsTrackAnimation::Ptr track, uint32_t oldKeyIndex, uint32_t newKeyIndex, float time) = …
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_animation.cpp742 …n::UpdateKey(IEcsTrackAnimation::Ptr track, uint32_t oldKeyIndex, uint32_t newKeyIndex, float time) in UpdateKey() argument
775 inputData->timestamps.insert(iit + newKeyIndex, time); in UpdateKey()
779 … noit + (newKeyIndex * poffset.property->size), std::begin(moveData), std::end(moveData)); in UpdateKey()
H A Decs_animation.h264 …void UpdateKey(IEcsTrackAnimation::Ptr track, uint32_t oldKeyIndex, uint32_t newKeyIndex, float ti…