Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dparticle_property.h627 struct ParticleColorPropertyUpdater { struct
649 bool operator==(const ParticleColorPropertyUpdater& other) const argument
685 const std::optional<ParticleColorPropertyUpdater>& GetUpdater() const in GetUpdater()
689 void SetUpdater(ParticleColorPropertyUpdater& updater) in SetUpdater()
715 std::optional<ParticleColorPropertyUpdater> updater_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp500 …ColorRandomUpdater(JSRef<JSVal> configJsValue, OHOS::Ace::NG::ParticleColorPropertyUpdater& update… in ParseColorRandomUpdater()
532 void ParseColorCurveUpdater(JSRef<JSVal> configJsValue, OHOS::Ace::NG::ParticleColorPropertyUpdater in ParseColorCurveUpdater()
547 …ColorUpdater(JSRef<JSObject>& updaterJsObject, OHOS::Ace::NG::ParticleColorPropertyUpdater& update… in ParseColorUpdater()
606 NG::ParticleColorPropertyUpdater updater; in ParseColorOption()