Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp431 auto emitShapeInt = emitShapeJsValue->ToNumber<int32_t>(); in ParseEmitterOption() local
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()