Home
last modified time | relevance | path

Searched refs:GetAccelerationStartValue (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle.cpp111 float ParticleRenderParams::GetAccelerationStartValue() const in GetAccelerationStartValue() function in OHOS::Rosen::ParticleRenderParams
632 …GetRandomValue(particleParams_->GetAccelerationStartValue(), particleParams_->GetAccelerationEndVa… in InitProperty()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle.h242 float GetAccelerationStartValue() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_render_particle_test.cpp1015 float res = particleRenderParams.GetAccelerationStartValue(); in HWTEST_F()