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 D | intf_ecs_animation.h | 67 …pdateKey(IEcsTrackAnimation::Ptr track, uint32_t oldKeyIndex, uint32_t newKeyIndex, float time) = …
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_animation.cpp | 742 …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 D | ecs_animation.h | 264 …void UpdateKey(IEcsTrackAnimation::Ptr track, uint32_t oldKeyIndex, uint32_t newKeyIndex, float ti…
|