Home
last modified time | relevance | path

Searched refs:ParticleEmitterShape (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dparticle_property.h36 enum ACE_EXPORT ParticleEmitterShape { RECTANGLE = 0, CIRCLE, ELLIPSE }; enum
275 void SetShape(ParticleEmitterShape& shape) in SetShape()
280 const std::optional<ParticleEmitterShape>& GetShape() const in GetShape()
327 std::optional<ParticleEmitterShape> shape_;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js3104 var ParticleEmitterShape; variable
3105 (function (ParticleEmitterShape) {
3106 ParticleEmitterShape[ParticleEmitterShape["RECTANGLE"] = 0] = "RECTANGLE";
3107 ParticleEmitterShape[ParticleEmitterShape["CIRCLE"] = 1] = "CIRCLE";
3108 ParticleEmitterShape[ParticleEmitterShape["ELLIPSE"] = 2] = "ELLIPSE";
3109 })(ParticleEmitterShape || (ParticleEmitterShape
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp428 auto emitShape = OHOS::Ace::NG::ParticleEmitterShape::RECTANGLE; in ParseEmitterOption()
432 if (emitShapeInt >= static_cast<int32_t>(OHOS::Ace::NG::ParticleEmitterShape::RECTANGLE) && in ParseEmitterOption()
433 emitShapeInt <= static_cast<int32_t>(OHOS::Ace::NG::ParticleEmitterShape::ELLIPSE)) { in ParseEmitterOption()
434 emitShape = static_cast<OHOS::Ace::NG::ParticleEmitterShape>(emitShapeInt); in ParseEmitterOption()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp1291 auto shapeInt = static_cast<int32_t>(shapeOpt.value_or(ParticleEmitterShape::RECTANGLE)); in ConvertParticleEmitterOption()

Completed in 18 milliseconds