Home
last modified time | relevance | path

Searched refs:animationManager (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_animation_manager_test.cpp62 RSAnimationManager animationManager; variable
83 RSAnimationManager animationManager; variable
99 RSAnimationManager animationManager; variable
119 RSAnimationManager animationManager; variable
140 RSAnimationManager animationManager; variable
156 RSAnimationManager animationManager; variable
177 RSAnimationManager animationManager; variable
208 RSAnimationManager animationManager; variable
250 RSAnimationManager animationManager; variable
288 RSAnimationManager animationManager; variable
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/fuzztest/rsanimationbase_fuzzer/
H A Drsanimationbase_fuzzer.cpp115 auto animationManager = std::make_shared<RSAnimationManager>(); in RSAnimationManagerFuzzerTest() local
116 animationManager->RemoveAnimation(keyId); in RSAnimationManagerFuzzerTest()
117 animationManager->GetAnimation(id); in RSAnimationManagerFuzzerTest()
118 animationManager->FilterAnimationByPid(pid); in RSAnimationManagerFuzzerTest()
119 animationManager->Animate(time, nodeIsOnTheTree, abilityState); in RSAnimationManagerFuzzerTest()
120 animationManager->RegisterSpringAnimation(propertyId, animId); in RSAnimationManagerFuzzerTest()
121 animationManager->UnregisterSpringAnimation(propertyId, animId); in RSAnimationManagerFuzzerTest()
122 animationManager->QuerySpringAnimation(propertyId); in RSAnimationManagerFuzzerTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_animation_command.cpp109 auto& animationManager = node->GetAnimationManager(); in CancelAnimation() local
110 animationManager.CancelAnimationByPropertyId(propertyId); in CancelAnimation()
H A Drs_node_showing_command.cpp91 auto& animationManager = node->GetAnimationManager(); in Process() local
92 animationManager.CancelAnimationByPropertyId(property_->GetId()); in Process()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp442 void RSProfiler::DumpNodeAnimations(const RSAnimationManager& animationManager, JsonWriter& out) in DumpNodeAnimations() argument
444 if (animationManager.animations_.empty()) { in DumpNodeAnimations()
449 for (auto [id, animation] : animationManager.animations_) { in DumpNodeAnimations()
H A Drs_profiler.h269 …RSB_EXPORT static void DumpNodeAnimations(const RSAnimationManager& animationManager, JsonWriter& …
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dscene_util.cpp584 auto animationManager = GetManager<IAnimationComponentManager>(ecs); in RetargetSkinAnimation() local
585 animationManager->Create(dstAnimationEntity); in RetargetSkinAnimation()
586 auto dstAnimationComponent = animationManager->Write(dstAnimationEntity); in RetargetSkinAnimation()
587 auto srcAnimationComponent = animationManager->Read(animationEntity); in RetargetSkinAnimation()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_loader.cpp510 auto animationManager = GetManager<IAnimationComponentManager>(ecs_); in UpdateTrackTargets() local
514 …if (const ScopedHandle<const AnimationComponent> animationData = animationManager->Read(animationE… in UpdateTrackTargets()
H A Decs_animation.cpp105 auto animationManager = GetManager<IAnimationComponentManager>(ecs); in UpdateTrackTargets() local
120 …if (const ScopedHandle<const AnimationComponent> animationData = animationManager->Read(animationE… in UpdateTrackTargets()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp835 auto const animationManager = GetManager<IAnimationComponentManager>(ecs); in ExportGltfAnimations() local
840 …if (nodeSystem && animationSystem && animationManager && animationInputManager && animationOutputM… in ExportGltfAnimations()
842 auto const animationCount = animationManager->GetComponentCount(); in ExportGltfAnimations()
848 if (auto nameHandle = nameManager->Read(animationManager->GetEntity(i)); nameHandle) { in ExportGltfAnimations()
856 if (const auto animationHandle = animationManager->Read(i); animationHandle) { in ExportGltfAnimations()
H A Dgltf2_importer.cpp2457 IAnimationComponentManager* animationManager; member
2471 animationManager->Create(animationEntity); in operator ()()
2472 const auto animationHandle = animationManager->Write(animationEntity); in operator ()()
3416 auto animationManager = GetManager<IAnimationComponentManager>(*ecs_); in PrepareAnimationTasks() local
3430 const auto animationEntity = LookupResourceByUri(uri, uriManager_, *animationManager); in PrepareAnimationTasks()
3448 … task->import = AnimationTaskData { this, i, uri, name, animationManager, animationTrackManager, in PrepareAnimationTasks()