Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp228 auto typeIntValue = typeJsValue->ToNumber<int32_t>(); in ParseFloatUpdater() local
229 if (typeIntValue < NG::UpdaterType::NONE_UPDATER || typeIntValue > NG::UpdaterType::CURVE) { in ParseFloatUpdater()
230 typeIntValue = NG::UpdaterType::NONE_UPDATER; in ParseFloatUpdater()
232 auto type = static_cast<NG::UpdaterType>(typeIntValue); in ParseFloatUpdater()
325 auto typeIntValue = typeJsValue->ToNumber<int32_t>(); in ParseParticleObject() local
326 if (typeIntValue >= static_cast<int32_t>(NG::ParticleType::POINT) && in ParseParticleObject()
327 typeIntValue <= static_cast<int32_t>(NG::ParticleType::IMAGE)) { in ParseParticleObject()
328 typeValue = static_cast<NG::ParticleType>(typeIntValue); in ParseParticleObject()
551 auto typeIntValue in ParseColorUpdater() local
[all...]

Completed in 2 milliseconds