Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp45 constexpr int32_t PARTICLE_DEFAULT_EMITTER_RATE = 5; member
421 int32_t emitRate = PARTICLE_DEFAULT_EMITTER_RATE; in ParseEmitterOption()
852 emitterProperty.emitRate = emitRateValue >= 0 ? emitRateValue : PARTICLE_DEFAULT_EMITTER_RATE; in ParseEmitterProperty()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp97 constexpr int32_t PARTICLE_DEFAULT_EMITTER_RATE = 5; member
1306 return OHOS::Rosen::EmitterConfig(emitterRateOpt.value_or(PARTICLE_DEFAULT_EMITTER_RATE), in ConvertParticleEmitterOption()
1312 return OHOS::Rosen::EmitterConfig(emitterRateOpt.value_or(PARTICLE_DEFAULT_EMITTER_RATE), in ConvertParticleEmitterOption()

Completed in 22 milliseconds