Searched refs:redRandom_ (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_particle_params.h | 104 Range<float> redRandom_; variable 117 redRandom_ = redRandom; in ParticleColorParaType() 127 …lorVal_(), distribution_(DistributionType::UNIFORM), updator_(ParticleUpdator::NONE), redRandom_(), in ParticleColorParaType() 197 color.redRandom_ = val.redRandom_; in translateColorToRender()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | particle_property.h | 485 return redRandom_; in GetRedRandom() 490 redRandom_ = redRandom; in SetRedRandom() 525 return NearEqual(redRandom_.first, other.GetRedRandom().first) && 526 NearEqual(redRandom_.second, other.GetRedRandom().second) && 539 .append(std::to_string(redRandom_.first)) in ToString() 541 .append(std::to_string(redRandom_.second)) in ToString() 562 std::pair<float, float> redRandom_;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_particle.h | 181 Range<float> redRandom_; variable 191 … : colorVal_(colorVal), distribution_(distribution), updator_(updator), redRandom_(redRandom), in RenderParticleColorParaType() 196 …lorVal_(), distribution_(DistributionType::UNIFORM), updator_(ParticleUpdator::NONE), redRandom_(), in RenderParticleColorParaType()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_particle.cpp | 183 return color_.redRandom_.start_; in GetRedRandomStart() 188 return color_.redRandom_.end_; in GetRedRandomEnd()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_marshalling_helper.cpp | 1123 …success = success && Marshalling(parcel, val.redRandom_.start_) && Marshalling(parcel, val.redRand… in Marshalling()
|