Home
last modified time | relevance | path

Searched refs:ParticleNoiseFields (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle_system.h35 void UpdateNoiseField(const std::shared_ptr<ParticleNoiseFields>& particleNoiseFields);
40 const std::shared_ptr<ParticleNoiseFields>& GetParticleNoiseFields() const in GetParticleNoiseFields()
48 std::shared_ptr<ParticleNoiseFields> particleNoiseFields_;
H A Drs_particle_noise_field.h83 class ParticleNoiseFields {
87 ParticleNoiseFields() = default;
128 bool operator==(const ParticleNoiseFields& rhs) const
H A Drs_render_particle_animation.h49 void UpdateNoiseField(const std::shared_ptr<ParticleNoiseFields>& particleNoiseFields);
64 std::shared_ptr<ParticleNoiseFields> particleNoiseFields_;
H A Drs_render_particle_effector.h50 const std::shared_ptr<ParticleNoiseFields>& particleNoiseFields, float deltaTime);
55 const std::shared_ptr<ParticleNoiseFields>& particleNoiseFields, int64_t deltaTime);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_particle_context.cpp27 …std::shared_ptr<Rosen::ParticleNoiseFields> fields = std::make_shared<Rosen::ParticleNoiseFields>(… in UpdateDisturbance()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_particle_effector_test.cpp352 auto noiseFields = std::make_shared<ParticleNoiseFields>();
430 auto noiseFields = std::make_shared<ParticleNoiseFields>();
459 auto noiseFields = std::make_shared<ParticleNoiseFields>();
488 auto noiseFields = std::make_shared<ParticleNoiseFields>();
H A Drs_render_particle_animation_test.cpp310 auto particleNoiseFields = std::make_shared<ParticleNoiseFields>();
335 std::shared_ptr<ParticleNoiseFields> particleNoiseFields = nullptr;
366 auto particleNoiseFields = std::make_shared<ParticleNoiseFields>();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_marshalling_helper.cpp216 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const std::shared_ptr<ParticleNoiseFields>& v… in Marshalling()
221 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<ParticleNoiseFields>& val) in Unmarshalling()
477 EXPLICIT_INSTANTIATION(TEMPLATE, std::shared_ptr<ParticleNoiseFields>) \
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_marshalling_helper.cpp221 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const std::shared_ptr<ParticleNoiseFields>& v… in Marshalling()
226 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<ParticleNoiseFields>& val) in Unmarshalling()
479 EXPLICIT_INSTANTIATION(TEMPLATE, std::shared_ptr<ParticleNoiseFields>) \
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle_system.cpp99 void RSRenderParticleSystem::UpdateNoiseField(const std::shared_ptr<ParticleNoiseFields>& particleN… in UpdateNoiseField()
H A Drs_render_particle_effector.cpp253 const std::shared_ptr<ParticleNoiseFields>& particleNoiseFields, float deltaTime) in UpdatePosition()
296 const std::shared_ptr<ParticleNoiseFields>& particleNoiseFields, int64_t deltaTime) in Update()
H A Drs_render_particle_animation.cpp108 void RSRenderParticleAnimation::UpdateNoiseField(const std::shared_ptr<ParticleNoiseFields>& partic… in UpdateNoiseField()
H A Drs_particle_noise_field.cpp128 void ParticleNoiseFields::Dump(std::string& out) const in Dump()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property.cpp281 void RSProperty<std::shared_ptr<ParticleNoiseFields>>::UpdateToRender( in UpdateToRender()
282 const std::shared_ptr<ParticleNoiseFields>& value, PropertyUpdateType type) const in UpdateToRender()
H A Drs_property.h730 RSC_EXPORT void RSProperty<std::shared_ptr<ParticleNoiseFields>>::UpdateToRender(
731 const std::shared_ptr<ParticleNoiseFields>& value, PropertyUpdateType type) const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h252 void SetParticleNoiseFields(const std::shared_ptr<ParticleNoiseFields>& para);
303 const std::shared_ptr<ParticleNoiseFields>& GetParticleNoiseFields() const;
648 std::shared_ptr<ParticleNoiseFields> particleNoiseFields_ = nullptr;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_node_command.h229 RSNodeCommandHelper::UpdateModifier<std::shared_ptr<ParticleNoiseFields>>,
230 NodeId, std::shared_ptr<ParticleNoiseFields>, PropertyId, PropertyUpdateType))
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_modifiers_def.in115 DECLARE_NOANIMATABLE_MODIFIER(ParticleNoiseFields, std::shared_ptr<ParticleNoiseFields>, PARTICLE_N…
H A Drs_render_property.h397 RSB_EXPORT void RSRenderProperty<std::shared_ptr<ParticleNoiseFields>>::Dump(std::string& out) cons…
451 extern template class RSRenderProperty<std::shared_ptr<ParticleNoiseFields>>;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_marshalling_helper.h58 class ParticleNoiseFields; variable
251 DECLARE_FUNCTION_OVERLOAD(std::shared_ptr<ParticleNoiseFields>)
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/
H A Drs_render_property.cpp558 void RSRenderProperty<std::shared_ptr<ParticleNoiseFields>>::Dump(std::string& out) const in Dump()
754 template class RSRenderProperty<std::shared_ptr<ParticleNoiseFields>>;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp935 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const std::shared_ptr<ParticleNoiseFields>& v… in Marshalling()
948 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<ParticleNoiseFields>& val) in Unmarshalling()
959 std::shared_ptr<ParticleNoiseFields> noiseFields = std::make_shared<ParticleNoiseFields>(); in Unmarshalling()
2172 EXPLICIT_INSTANTIATION(TEMPLATE, std::shared_ptr<ParticleNoiseFields>) \
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_marshalling_helper_test.cpp506 auto val = std::make_shared<ParticleNoiseFields>();
523 std::shared_ptr<ParticleNoiseFields> val;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsmarshallinghelper_fuzzer/
H A Drsmarshallinghelper_fuzzer.cpp82 std::shared_ptr<ParticleNoiseFields> noiseFields; in DoUnmarshalling()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h257 void SetParticleNoiseFields(const std::shared_ptr<ParticleNoiseFields>& para);

12