/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_particle_animation.cpp | 30 RSRenderParticleAnimation::RSRenderParticleAnimation(AnimationId id, const PropertyId& propertyId, in RSRenderParticleAnimation() function in OHOS::Rosen::RSRenderParticleAnimation 36 void RSRenderParticleAnimation::DumpAnimationType(std::string& out) const in DumpAnimationType() 41 bool RSRenderParticleAnimation::Animate(int64_t time) in Animate() 73 void RSRenderParticleAnimation::UpdateEmitter(const std::vector<std::shared_ptr<EmitterUpdater>>& e… in UpdateEmitter() 108 void RSRenderParticleAnimation::UpdateNoiseField(const std::shared_ptr<ParticleNoiseFields>& partic… in UpdateNoiseField() 121 void RSRenderParticleAnimation::OnAttach() in OnAttach() 139 void RSRenderParticleAnimation::OnDetach() in OnDetach() 155 bool RSRenderParticleAnimation::Marshalling(Parcel& parcel) const in Marshalling() 173 RSRenderParticleAnimation* RSRenderParticleAnimation::Unmarshalling(Parcel& parcel) in Unmarshalling() 175 RSRenderParticleAnimation* renderParticleAnimation = new RSRenderParticleAnimation(); in Unmarshalling() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_particle_animation.h | 30 class RSB_EXPORT RSRenderParticleAnimation : public RSRenderPropertyAnimation { 32 RSRenderParticleAnimation(AnimationId id, const PropertyId& propertyId, 35 ~RSRenderParticleAnimation() override = default; 36 RSRenderParticleAnimation() = default; 42 [[nodiscard]] static RSRenderParticleAnimation* Unmarshalling(Parcel& parcel);
|
H A D | rs_render_particle.h | 486 friend class RSRenderParticleAnimation; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_render_particle_animation_test.cpp | 109 … std::make_shared<RSRenderParticleAnimation>(ANIMATION_ID, PROPERTY_ID, particlesRenderParams); 136 … std::make_shared<RSRenderParticleAnimation>(ANIMATION_ID, PROPERTY_ID, particlesRenderParams); 160 … std::make_shared<RSRenderParticleAnimation>(ANIMATION_ID, PROPERTY_ID, particlesRenderParams); 191 … std::make_shared<RSRenderParticleAnimation>(ANIMATION_ID, PROPERTY_ID, particlesRenderParams); 214 … std::make_shared<RSRenderParticleAnimation>(ANIMATION_ID, PROPERTY_ID, particlesRenderParams); 239 … std::make_shared<RSRenderParticleAnimation>(ANIMATION_ID, PROPERTY_ID, particlesRenderParams); 272 … std::make_shared<RSRenderParticleAnimation>(ANIMATION_ID, PROPERTY_ID, particlesRenderParams); 298 … std::make_shared<RSRenderParticleAnimation>(ANIMATION_ID, PROPERTY_ID, particlesRenderParams); 333 … std::make_shared<RSRenderParticleAnimation>(ANIMATION_ID, PROPERTY_ID, particlesRenderParams); 354 … std::make_shared<RSRenderParticleAnimation>(ANIMATION_ID, PROPERTY_ID, particlesRenderParams); [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/ |
H A D | rs_animation_command_test.cpp | 63 std::shared_ptr<RSRenderParticleAnimation> animation = nullptr; 73 …std::shared_ptr<RSRenderParticleAnimation> animation2 = std::make_shared<RSRenderParticleAnimation… 147 std::shared_ptr<RSRenderParticleAnimation> animation = nullptr; 151 animation = std::make_shared<RSRenderParticleAnimation>();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/ |
H A D | rs_animation_command.h | 119 const std::shared_ptr<RSRenderParticleAnimation>& animation); 171 std::shared_ptr<RSRenderParticleAnimation>))
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/ |
H A D | rs_animation_command.cpp | 77 … RSContext& context, NodeId targetId, const std::shared_ptr<RSRenderParticleAnimation>& animation) in CreateParticleAnimation()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_marshalling_helper.h | 66 class RSRenderParticleAnimation; variable 282 DECLARE_ANIMATION_OVERLOAD(RSRenderParticleAnimation)
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_marshalling_helper.cpp | 403 MARSHALLING_AND_UNMARSHALLING(RSRenderParticleAnimation)
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_marshalling_helper.cpp | 404 MARSHALLING_AND_UNMARSHALLING(RSRenderParticleAnimation)
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_test2.cpp | 467 …std::shared_ptr<RSRenderAnimation> renderAnimation = std::make_shared<RSRenderParticleAnimation>();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties.cpp | 1337 auto particleAnimation = std::static_pointer_cast<RSRenderParticleAnimation>(animation); in SetEmitterUpdater() 1360 auto particleAnimation = std::static_pointer_cast<RSRenderParticleAnimation>(animation); in SetParticleNoiseFields()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_marshalling_helper.cpp | 2095 MARSHALLING_AND_UNMARSHALLING(RSRenderParticleAnimation)
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.cpp | 1113 …std::make_shared<RSRenderParticleAnimation>(animationId, propertyId, std::move(particlesRenderPara… in SetParticleParams()
|