Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp320 bool ParseParticleObject(JSRef<JSObject>& particleJsObject, OHOS::Ace::NG::Particle& particle) in ParseParticleObject() argument
322 auto typeJsValue = particleJsObject->GetProperty("type"); in ParseParticleObject()
333 auto configJsValue = particleJsObject->GetProperty("config"); in ParseParticleObject()
379 auto countJsValue = particleJsObject->GetProperty("count"); in ParseParticleObject()
389 auto lifeTimeJsValue = particleJsObject->GetProperty("lifetime"); in ParseParticleObject()
398 auto lifeTimeRangeJsValue = particleJsObject->GetProperty("lifetimeRange"); in ParseParticleObject()
415 auto particleJsObject = JSRef<JSObject>::Cast(particleJsValue); in ParseEmitterOption() local
417 if (!ParseParticleObject(particleJsObject, particle)) { in ParseEmitterOption()