Searched refs:colorUpdator (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_render_particle_emitter_test.cpp | 77 ParticleUpdator colorUpdator = ParticleUpdator::RANDOM; in SetColor() local 84 …colorVal, distribution, colorUpdator, redRandom, greenRandom, blueRandom, alphaRandom, colorChange… in SetColor()
|
H A D | rs_render_particle_effector_test.cpp | 82 ParticleUpdator colorUpdator = ParticleUpdator::RANDOM; in SetColor() local 89 …colorVal, distribution, colorUpdator, redRandom, greenRandom, blueRandom, alphaRandom, colorChange… in SetColor()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_particle_effector.cpp | 111 auto colorUpdator = particleRenderParams->GetColorUpdator(); in UpdateColor() local 112 if (colorUpdator == ParticleUpdator::RANDOM) { in UpdateColor() 123 } else if (colorUpdator == ParticleUpdator::CURVE) { in UpdateColor()
|