/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_animation_manager_test.cpp | 62 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 D | rsanimationbase_fuzzer.cpp | 115 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 D | rs_animation_command.cpp | 109 auto& animationManager = node->GetAnimationManager(); in CancelAnimation() local 110 animationManager.CancelAnimationByPropertyId(propertyId); in CancelAnimation()
|
H A D | rs_node_showing_command.cpp | 91 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 D | rs_profiler_dump.cpp | 442 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 D | rs_profiler.h | 269 …RSB_EXPORT static void DumpNodeAnimations(const RSAnimationManager& animationManager, JsonWriter& …
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | scene_util.cpp | 584 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 D | asset_loader.cpp | 510 auto animationManager = GetManager<IAnimationComponentManager>(ecs_); in UpdateTrackTargets() local 514 …if (const ScopedHandle<const AnimationComponent> animationData = animationManager->Read(animationE… in UpdateTrackTargets()
|
H A D | ecs_animation.cpp | 105 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 D | gltf2_exporter.cpp | 835 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 D | gltf2_importer.cpp | 2457 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()
|