Home
last modified time | relevance | path

Searched refs:ParticleColorPropertyOption (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dparticle_property.h667 struct ParticleColorPropertyOption { struct
694 bool operator==(const ParticleColorPropertyOption& other) const argument
819 const std::optional<ParticleColorPropertyOption>& GetParticleColorOption() const in GetParticleColorOption()
824 void SetParticleColorOption(const ParticleColorPropertyOption& colorOption) in SetParticleColorOption()
910 std::optional<ParticleColorPropertyOption> colorOption_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp569 void ParseColorInitRange(JSRef<JSVal> colorRangeJsValue, OHOS::Ace::NG::ParticleColorPropertyOption in ParseColorInitRange()
589 void ParseColorOption(JSRef<JSObject>& colorJsObject, OHOS::Ace::NG::ParticleColorPropertyOption& c… in ParseColorOption()
685 OHOS::Ace::NG::ParticleColorPropertyOption colorOption; in ParseParticleOption()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h550 …Rosen::ParticleColorParaType ConvertParticleColorOption(const ParticleColorPropertyOption& colorOp…
H A Drosen_render_context.cpp1476 const ParticleColorPropertyOption& colorOption) in ConvertParticleColorOption()