Home
last modified time | relevance | path

Searched refs:particleType_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle.cpp432 particleType_ = particleType; in SetParticleType()
598 return particleType_; in GetParticleType()
649 particleType_ = particleParams_->GetParticleType(); in InitProperty()
650 if (particleType_ == ParticleType::POINTS) { in InitProperty()
653 } else if (particleType_ == ParticleType::IMAGES) { in InitProperty()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dparticle_property.h165 return particleType_; in GetParticleType()
169 particleType_ = particleType; in SetParticleType()
209 return (particleType_ == other.GetParticleType()) && (config_ == other.GetConfig()) &&
217 …str.append("particleType: [").append(std::to_string(static_cast<int32_t>(particleType_))).append("… in ToString()
228 ParticleType particleType_;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle.h377 …(radius_ == rhs.radius_) && (particleType_ == rhs.particleType_) && (activeTime_ == rhs.activeTime…
402 ParticleType particleType_ = ParticleType::POINTS; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_render_particle_test.cpp200 EXPECT_EQ(rsRenderParticle.particleType_, particleType); in HWTEST_F()