Home
last modified time | relevance | path

Searched refs:GetVelocityEndValue (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.cpp96 float ParticleRenderParams::GetVelocityEndValue() const in GetVelocityEndValue() 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.h238 float GetVelocityEndValue() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_render_particle_test.cpp979 float res = particleRenderParams.GetVelocityEndValue(); in HWTEST_F()