Home
last modified time | relevance | path

Searched refs:GetSpin (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_particles_drawable.cpp114 auto spin = particle->GetSpin(); in CaculateImageAtlsArry()
149 auto spin = particle->GetSpin(); in DrawImageFill()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_particle_effector_test.cpp190 EXPECT_TRUE(particle->GetSpin() != 0.f);
249 EXPECT_TRUE(particle->GetSpin() != 0.f);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle_effector.cpp192 auto spin = particle->GetSpin(); in UpdateSpin()
H A Drs_render_particle.cpp486 float RSRenderParticle::GetSpin() in GetSpin() function in OHOS::Rosen::RSRenderParticle
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle.h335 float GetSpin();
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_render_particle_test.cpp352 float res = rsRenderParticle.GetSpin(); in HWTEST_F()