Home
last modified time | relevance | path

Searched refs:RSRenderParticleVector (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle.h424 class RSB_EXPORT RSRenderParticleVector {
426 …explicit RSRenderParticleVector(std::vector<std::shared_ptr<RSRenderParticle>>&& renderParticleVec… in RSRenderParticleVector() function
430 RSRenderParticleVector() = default;
431 ~RSRenderParticleVector() = default;
432 RSRenderParticleVector(const RSRenderParticleVector& other) in RSRenderParticleVector() function
436 RSRenderParticleVector& operator=(const RSRenderParticleVector& other)
465 bool operator==(const RSRenderParticleVector& rhs) const
H A Drs_render_particle_animation.h43 const RSRenderParticleVector& GetRenderParticle() in GetRenderParticle()
63 RSRenderParticleVector renderParticleVector_;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_modifier.h38 class RSRenderParticleVector; variable
406 DECLARE_NOANIMATABLE_MODIFIER(Particles, RSRenderParticleVector, PARTICLE, Foreground)
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h188 void SetParticles(const RSRenderParticleVector& particles);
189 const RSRenderParticleVector& GetParticles() const;
731 RSRenderParticleVector particles_;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle_animation.cpp59 auto property = std::static_pointer_cast<RSRenderProperty<RSRenderParticleVector>>(property_); in Animate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_animation_command.cpp90 auto property = std::make_shared<RSRenderProperty<RSRenderParticleVector>>( in CreateParticleAnimation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/modifier/
H A Drs_render_modifier_test.cpp164 auto prop = std::make_shared<RSRenderProperty<RSRenderParticleVector>>();
166 auto property = std::make_shared<RSRenderProperty<RSRenderParticleVector>>();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_marshalling_helper.cpp479 EXPLICIT_INSTANTIATION(TEMPLATE, RSRenderParticleVector) \
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_marshalling_helper.cpp480 EXPLICIT_INSTANTIATION(TEMPLATE, RSRenderParticleVector) \
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/
H A Drs_render_modifier.cpp464 DECLARE_NOANIMATABLE_MODIFIER(Particles, RSRenderParticleVector, PARTICLE, Foreground)
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_foreground_test.cpp232 RSRenderParticleVector particles;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test2.cpp283 RSRenderParticleVector particles;
H A Drs_properties_test.cpp913 RSRenderParticleVector particles;
1091 RSRenderParticleVector particles2;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp857 void RSProperties::SetParticles(const RSRenderParticleVector& particles) in SetParticles()
867 const RSRenderParticleVector& RSProperties::GetParticles() const in GetParticles()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp2175 EXPLICIT_INSTANTIATION(TEMPLATE, RSRenderParticleVector) \