Home
last modified time | relevance | path

Searched refs:ParticleType (Results 1 - 22 of 22) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_particle_test.cpp55 ParticleType type = ParticleType::POINTS; in SetUp()
134 ParticleType type = ParticleType::IMAGES; in HWTEST_F()
169 ParticleType type = ParticleType::IMAGES; in HWTEST_F()
207 ParticleType type = ParticleType::IMAGES; in HWTEST_F()
H A Drs_render_particle_animation_test.cpp62 ParticleType type = ParticleType::POINTS; in SetUp()
77 ParticleType type1 = ParticleType::IMAGES; in SetUp()
171 ParticleType type = ParticleType::POINTS; in HWTEST_F()
328 ParticleType type = ParticleType::POINTS; in HWTEST_F()
H A Drs_render_particle_emitter_test.cpp63 ParticleType type = ParticleType::POINTS; in SetEmitConfig()
H A Drs_render_particle_effector_test.cpp68 ParticleType type = ParticleType::POINTS; in SetEmitConfig()
143 particle->SetParticleType(ParticleType::IMAGES); in HWTEST_F()
330 ParticleType type = ParticleType::POINTS; in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle.h38 enum class ParticleType: uint32_t {POINTS = 0, IMAGES}; class
98 ParticleType type_;
105 type_(ParticleType::POINTS), radius_(), image_(), imageSize_() in EmitterConfig()
108 const int32_t& particleCount, const Range<int64_t>& lifeTime, const ParticleType& type, const float& radius, in EmitterConfig()
232 const ParticleType& GetParticleType() const;
322 void SetParticleType(const ParticleType& particleType);
357 const ParticleType& GetParticleType();
402 ParticleType particleType_ = ParticleType::POINTS;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle_emitter.cpp54 if (particleType == ParticleType::IMAGES) { in PreEmit()
62 if (particleType == ParticleType::POINTS) { in PreEmit()
H A Drs_render_particle.cpp71 const ParticleType& ParticleRenderParams::GetParticleType() const in GetParticleType()
430 void RSRenderParticle::SetParticleType(const ParticleType& particleType) in SetParticleType()
596 const ParticleType& RSRenderParticle::GetParticleType() in GetParticleType()
650 if (particleType_ == ParticleType::POINTS) { in InitProperty()
653 } else if (particleType_ == ParticleType::IMAGES) { in InitProperty()
H A Drs_render_particle_system.cpp34 if (particleRenderParams->GetParticleType() == ParticleType::IMAGES) { in CreateEmitter()
H A Drs_render_particle_effector.cpp105 if (particle == nullptr || particle->GetParticleType() == ParticleType::IMAGES) { in UpdateColor()
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dparticle_property.h34 enum ACE_EXPORT ParticleType { POINT = 0, IMAGE }; enum
163 const ParticleType& GetParticleType() const in GetParticleType()
167 void SetParticleType(const ParticleType& particleType) in SetParticleType()
228 ParticleType particleType_;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp323 auto typeValue = NG::ParticleType::POINT; in ParseParticleObject()
326 if (typeIntValue >= static_cast<int32_t>(NG::ParticleType::POINT) && in ParseParticleObject()
327 typeIntValue <= static_cast<int32_t>(NG::ParticleType::IMAGE)) { in ParseParticleObject()
328 typeValue = static_cast<NG::ParticleType>(typeIntValue); in ParseParticleObject()
338 if (typeValue == NG::ParticleType::IMAGE) { in ParseParticleObject()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/
H A Drs_particle_animate_test.cpp137 ParticleType particleType = ParticleType::POINTS; in HWTEST_F()
763 ParticleType part; in HWTEST_F()
788 ParticleType particle; in HWTEST_F()
790 ASSERT_EQ(particle, ParticleType::POINTS); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_render_particle_test.cpp196 ParticleType particleType = ParticleType::POINTS; in HWTEST_F()
640 ParticleType part; in HWTEST_F()
916 ParticleType particle; in HWTEST_F()
918 ASSERT_EQ(particle, ParticleType::POINTS); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js3098 var ParticleType; variable
3099 (function (ParticleType) {
3100 ParticleType[ParticleType["POINT"] = 0] = "POINT";
3101 ParticleType[ParticleType["IMAGE"] = 1] = "IMAGE";
3102 })(ParticleType || (ParticleType = {}));
/foundation/arkui/ace_engine/test/unittest/core/rosen/
H A Drosen_render_context_test.cpp421 particle3.SetParticleType(ParticleType::IMAGE); in HWTEST_F()
708 particle1.SetParticleType(ParticleType::POINT); in HWTEST_F()
719 particle.SetParticleType(ParticleType::IMAGE); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_particles_drawable.cpp187 if (particleType == ParticleType::POINTS) { in Draw()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp975 ParticleType particleType = ParticleType::POINTS; in Unmarshalling()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dknuckle_drawing_manager.cpp332 Rosen::ParticleType::POINTS, PARTICLE_RADIUS, image, Rosen::Vector2f()); in InitParticleEmitter()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp1189 if (particleType == ParticleType::IMAGE) { in NeedPreloadImage()
1294 if (particleType == ParticleType::IMAGE) { in ConvertParticleEmitterOption()
1308 OHOS::Rosen::ParticleType::IMAGES, 0.0f, rsImagePtr, rsImageSize); in ConvertParticleEmitterOption()
1314 OHOS::Rosen::ParticleType::POINTS, radius, std::make_shared<OHOS::Rosen::RSImage>(), in ConvertParticleEmitterOption()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_painter_test.cpp1260 newv->SetParticleType(ParticleType::IMAGES); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp1134 if (particleType == ParticleType::POINTS) { in SetParticleDrawRegion()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp5324 params.emitterConfig_.type_ = ParticleType::IMAGES; in HWTEST_F()
5333 params.emitterConfig_.type_ = ParticleType::POINTS; in HWTEST_F()

Completed in 52 milliseconds