Home
last modified time | relevance | path

Searched refs:GetParticleColorOption (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dparticle_property.h819 const std::optional<ParticleColorPropertyOption>& GetParticleColorOption() const in GetParticleColorOption() function
881 …eturn (emitter_ == other.GetEmitterOption()) && (colorOption_ == other.GetParticleColorOption()) &&
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp1211 auto colorOptionOpt = particleOption.GetParticleColorOption(); in ConvertParticleOptionToParams()