Searched refs:animationManager_ (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | animation_playback.cpp | 64 if (auto handle = animationManager_->Write(animation_); handle) { in SetPlaybackState() 71 if (auto handle = animationManager_->Read(animation_); handle) { in GetPlaybackState() 79 if (auto handle = animationManager_->Write(animation_); handle) { in SetRepeatCount() 86 if (auto handle = animationManager_->Read(animation_); handle) { in GetRepeatCount() 94 if (auto handle = animationManager_->Write(animation_); handle) { in SetWeight() 101 if (auto handle = animationManager_->Read(animation_); handle) { in GetWeight() 125 if (auto handle = animationManager_->Read(animation_); handle) { in GetAnimationLength() 143 if (auto handle = animationManager_->Write(animation_); handle) { in SetStartOffset() 150 if (auto handle = animationManager_->Read(animation_); handle) { in GetStartOffset() 165 if (auto handle = animationManager_->Read(animation_); handle) { in GetDuration() [all …]
|
H A D | animation_system.cpp | 589 animationManager_(*(GetManager<IAnimationComponentManager>(ecs_))), in AnimationSystem() 644 ecs_.AddListener(animationManager_, *this); in Initialize() 658 animationQuery_.SetupQuery(animationManager_, operations, false); in Initialize() 684 if (animationGeneration_ != animationManager_.GetGenerationCounter()) { in Update() 692 auto animationHandle = animationManager_.Read(row.components[0]); in Update() 719 auto animationHandle = animationManager_.Read(row.components[0]); in Update() 768 ecs_.RemoveListener(animationManager_, *this); in Uninitialize() 854 if (&componentManager == &animationManager_) { in OnComponentEvent() 860 if (&componentManager == &animationManager_) { in OnComponentEvent() 868 if (&componentManager == &animationManager_) { in OnComponentEvent() [all …]
|
H A D | animation_playback.h | 72 IAnimationComponentManager* animationManager_ { nullptr };
|
H A D | animation_system.h | 150 IAnimationComponentManager& animationManager_; variable
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_animation.cpp | 281 animationManager_ = GetManager<IAnimationComponentManager>(*ecs_); in SetEntity() 294 ecsListener->AddEntity(entity_, po, *animationManager_); in SetEntity() 461 auto handle = animationManager_->Read(entity_); in OnAnimationChanged() 533 auto handle = animationManager_->Read(entity_); in IsAnimationTrackArrayModified() 564 auto handle = animationManager_->Read(entity_); in GatherAnimationTracks() 822 if (animationManager_) { in GetAllRelatedEntities() 823 auto animationHandle = animationManager_->Read(GetEntity()); in GetAllRelatedEntities() 1007 auto handle = animationManager_->Write(entity_); in OnDurationPropertyChanged() 1084 if (animationManager_) { in Start() 1102 if (animationManager_) { in Stop() [all …]
|
H A D | ecs_animation.h | 363 CORE3D_NS::IAnimationComponentManager* animationManager_ { nullptr };
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/ |
H A D | rs_node_showing_command_test.cpp | 304 renderNode->animationManager_.animations_.clear(); 307 renderNode->animationManager_.animations_.emplace(0, animationTest);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_test2.cpp | 466 renderNode->animationManager_.particleAnimations_.insert({ propertyId, animationId }); 468 renderNode->animationManager_.animations_.insert({ animationId, renderAnimation }); 470 EXPECT_EQ(renderNode->animationManager_.animations_.empty(), false);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 748 animationManager_.DumpAnimations(out); in DumpTree() 1164 if (animationManager_.animations_.empty()) { in FallbackAnimationsToRoot() 1180 for (auto& [unused, animation] : animationManager_.animations_) { in FallbackAnimationsToRoot() 1184 target->animationManager_.AddAnimation(std::move(animation)); in FallbackAnimationsToRoot() 1186 animationManager_.animations_.clear(); in FallbackAnimationsToRoot() 1206 auto animationRange = animationManager_.GetFrameRateRange(); in UpdateDisplaySyncRange() 1236 auto animateResult = animationManager_.Animate(timestamp, IsOnTheTree(), abilityState); in Animate() 2502 animationManager_.SetRateDeciderScaleSize(GetRenderProperties().GetBoundsWidth(), in ApplyModifiers() 3177 for (auto& [_, animation] : animationManager_.animations_) { in CheckGroupableAnimation() 3684 return animationManager_; in GetAnimationManager() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_dump.cpp | 37 DumpNodeAnimations(node.animationManager_, out); in DumpNode()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_main_thread.cpp | 2827 rsCurrRange_.Merge(node->animationManager_.GetDecideFrameRateRange()); in Animate() 2831 totalAnimationSize += node->animationManager_.GetAnimationsSize(); in Animate() 2838 node->animationManager_.SetRateDeciderEnable(isRateDeciderEnabled, frameRateGetFunc); in Animate() 2846 rsCurrRange_.Merge(node->animationManager_.GetDecideFrameRateRange()); in Animate() 2858 …if (needPrintAnimationDFX && needRequestNextVsync && node->animationManager_.GetAnimationsSize() >… in Animate() 2859 animationPids.insert(node->animationManager_.GetAnimationPid()); in Animate()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_render_node.h | 961 RSAnimationManager animationManager_; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_render_node_test2.cpp | 137 node.animationManager_.animations_.clear();
|