Home
last modified time | relevance | path

Searched refs:SetParticleScale (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_particle_params.h234 particleRenderParams->SetParticleScale(translateValToRender(scale_)); in SetParamsToRenderParticle()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle.h298 void SetParticleScale(const RenderParticleParaType<float>& scale);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle.cpp356 void ParticleRenderParams::SetParticleScale(const RenderParticleParaType<float>& scale) in SetParticleScale() function in OHOS::Rosen::ParticleRenderParams
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_render_particle_test.cpp1521 particleRenderParams.SetParticleScale(scale); in HWTEST_F()