/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_particle_system.h | 35 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 D | rs_particle_noise_field.h | 83 class ParticleNoiseFields { 87 ParticleNoiseFields() = default; 128 bool operator==(const ParticleNoiseFields& rhs) const
|
H A D | rs_render_particle_animation.h | 49 void UpdateNoiseField(const std::shared_ptr<ParticleNoiseFields>& particleNoiseFields); 64 std::shared_ptr<ParticleNoiseFields> particleNoiseFields_;
|
H A D | rs_render_particle_effector.h | 50 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 D | rosen_particle_context.cpp | 27 …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 D | rs_render_particle_effector_test.cpp | 352 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 D | rs_render_particle_animation_test.cpp | 310 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 D | rs_marshalling_helper.cpp | 216 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 D | rs_marshalling_helper.cpp | 221 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 D | rs_render_particle_system.cpp | 99 void RSRenderParticleSystem::UpdateNoiseField(const std::shared_ptr<ParticleNoiseFields>& particleN… in UpdateNoiseField()
|
H A D | rs_render_particle_effector.cpp | 253 const std::shared_ptr<ParticleNoiseFields>& particleNoiseFields, float deltaTime) in UpdatePosition() 296 const std::shared_ptr<ParticleNoiseFields>& particleNoiseFields, int64_t deltaTime) in Update()
|
H A D | rs_render_particle_animation.cpp | 108 void RSRenderParticleAnimation::UpdateNoiseField(const std::shared_ptr<ParticleNoiseFields>& partic… in UpdateNoiseField()
|
H A D | rs_particle_noise_field.cpp | 128 void ParticleNoiseFields::Dump(std::string& out) const in Dump()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_property.cpp | 281 void RSProperty<std::shared_ptr<ParticleNoiseFields>>::UpdateToRender( in UpdateToRender() 282 const std::shared_ptr<ParticleNoiseFields>& value, PropertyUpdateType type) const in UpdateToRender()
|
H A D | rs_property.h | 730 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 D | rs_properties.h | 252 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 D | rs_node_command.h | 229 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 D | rs_modifiers_def.in | 115 DECLARE_NOANIMATABLE_MODIFIER(ParticleNoiseFields, std::shared_ptr<ParticleNoiseFields>, PARTICLE_N…
|
H A D | rs_render_property.h | 397 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 D | rs_marshalling_helper.h | 58 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 D | rs_render_property.cpp | 558 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 D | rs_marshalling_helper.cpp | 935 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 D | rs_marshalling_helper_test.cpp | 506 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 D | rsmarshallinghelper_fuzzer.cpp | 82 std::shared_ptr<ParticleNoiseFields> noiseFields; in DoUnmarshalling()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.h | 257 void SetParticleNoiseFields(const std::shared_ptr<ParticleNoiseFields>& para);
|