Home
last modified time | relevance | path

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 Drs_render_particle_emitter_test.cpp77 ParticleUpdator colorUpdator = ParticleUpdator::RANDOM; in SetColor() local
84 …colorVal, distribution, colorUpdator, redRandom, greenRandom, blueRandom, alphaRandom, colorChange… in SetColor()
H A Drs_render_particle_effector_test.cpp82 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 Drs_render_particle_effector.cpp111 auto colorUpdator = particleRenderParams->GetColorUpdator(); in UpdateColor() local
112 if (colorUpdator == ParticleUpdator::RANDOM) { in UpdateColor()
123 } else if (colorUpdator == ParticleUpdator::CURVE) { in UpdateColor()