Home
last modified time | relevance | path

Searched refs:GetVelocityStartValue (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.cpp91 float ParticleRenderParams::GetVelocityStartValue() const in GetVelocityStartValue() function in OHOS::Rosen::ParticleRenderParams
625 … GetRandomValue(particleParams_->GetVelocityStartValue(), particleParams_->GetVelocityEndValue()); in InitProperty()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle.h237 float GetVelocityStartValue() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_render_particle_test.cpp967 float res = particleRenderParams.GetVelocityStartValue(); in HWTEST_F()