Home
last modified time | relevance | path

Searched refs:accelerationValue_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle.cpp113 return acceleration_.accelerationValue_.val_.start_; in GetAccelerationStartValue()
118 return acceleration_.accelerationValue_.val_.end_; in GetAccelerationEndValue()
133 return acceleration_.accelerationValue_.updator_; in GetAccelerationValueUpdator()
143 return acceleration_.accelerationValue_.random_.start_; in GetAccelRandomValueStart()
148 return acceleration_.accelerationValue_.random_.end_; in GetAccelRandomValueEnd()
288 return acceleration_.accelerationValue_.valChangeOverLife_; in GetAcceValChangeOverLife()
442 accelerationValue_ = accelerationValue; in SetAccelerationValue()
513 return accelerationValue_; in GetAccelerationValue()
631 accelerationValue_ = in InitProperty()
635 acceleration_ = Vector2f { accelerationValue_ * std::cos(accelerationAngle_ * DEGREE_TO_RADIAN), in InitProperty()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_particle_params.h85 ParticleParaType<float> accelerationValue_;
91 accelerationValue_ = accelerationValue; in ParticleAcceleration()
228 acceleration.accelerationValue_ = translateValToRender(acceleration_.accelerationValue_); in SetParamsToRenderParticle()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle.h163 RenderParticleParaType<float> accelerationValue_;
169 : accelerationValue_(accelerationValue), accelerationAngle_(accelerationAngle) in RenderParticleAcceleration()
406 float accelerationValue_ = 0.f; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_render_particle_test.cpp228 EXPECT_EQ(rsRenderParticle.accelerationValue_, accelerationValue); in HWTEST_F()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp1207 success = success && Marshalling(parcel, val->acceleration_.accelerationValue_); in Marshalling()