Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dparticle_property.h40 struct PointParticleParameter { struct
52 bool operator==(const PointParticleParameter& other) const argument
125 void SetPointParticleParameter(const PointParticleParameter& pointParticleParameter) in SetPointParticleParameter()
129 const PointParticleParameter& GetPointParticleParameter() const in GetPointParticleParameter()
157 PointParticleParameter pointParameter_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp371 NG::PointParticleParameter pointParameter; in ParseParticleObject()