Home
last modified time | relevance | path

Searched refs:GetParticleType (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle_emitter.cpp35 auto particleType = particleParams_->GetParticleType(); in PreEmit()
H A Drs_render_particle_system.cpp34 if (particleRenderParams->GetParticleType() == ParticleType::IMAGES) { in CreateEmitter()
H A Drs_render_particle.cpp71 const ParticleType& ParticleRenderParams::GetParticleType() const in GetParticleType() function in OHOS::Rosen::ParticleRenderParams
596 const ParticleType& RSRenderParticle::GetParticleType() in GetParticleType() function in OHOS::Rosen::RSRenderParticle
649 particleType_ = particleParams_->GetParticleType(); in InitProperty()
H A Drs_render_particle_effector.cpp105 if (particle == nullptr || particle->GetParticleType() == ParticleType::IMAGES) { in UpdateColor()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle.h232 const ParticleType& GetParticleType() const;
357 const ParticleType& GetParticleType();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dparticle_property.h163 const ParticleType& GetParticleType() const in GetParticleType() function
209 return (particleType_ == other.GetParticleType()) && (config_ == other.GetConfig()) &&
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_particles_drawable.cpp183 auto particleType = particle->GetParticleType(); in Draw()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_render_particle_test.cpp641 part = rsRenderParticle.GetParticleType(); in HWTEST_F()
917 particle = particleRenderParams.GetParticleType(); in HWTEST_F()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp1186 auto particleType = particle.GetParticleType(); in NeedPreloadImage()
1269 auto particleType = particle.GetParticleType(); in ConvertParticleEmitterOption()