Home
last modified time | relevance | path

Searched defs:emitRate (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_particle_test.cpp49 int emitRate = 20; in SetUp() local
127 int emitRate = 20; variable
163 int emitRate = 20; variable
201 int emitRate = 20; variable
H A Drs_render_particle_animation_test.cpp49 int emitRate = 20; in SetUp() local
155 int emitRate = 100; variable
234 int emitRate = 10; variable
267 int emitRate = 20; variable
H A Drs_render_particle_emitter_test.cpp57 int emitRate = 20; in SetEmitConfig() local
H A Drs_render_particle_effector_test.cpp62 int emitRate = 20; in SetEmitConfig() local
261 int emitRate = 20; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle_emitter.cpp77 auto emitRate = std::min(particleParams_->GetEmitRate(), MAX_EMIT_RATE); in EmitParticle() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/particle/
H A Dparticle_model.h54 std::optional<uint32_t> emitRate; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_particle_bridge.cpp134 … Local<JSValueRef> emitRate = panda::ArrayRef::GetValueAt(vm, array, i * EMITTER_SIZE + STEP_2); in SetEmitter() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle.h107 …EmitterConfig(const int& emitRate, const ShapeType& emitShape, const Vector2f& position, const Vec… in EmitterConfig()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dknuckle_drawing_manager.cpp555 std::optional<int32_t> emitRate = std::nullopt; in UpdateEmitter() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp846 std::optional<int> emitRate = std::nullopt; in Unmarshalling() local
993 int emitRate = 0; in Unmarshalling() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp421 int32_t emitRate = PARTICLE_DEFAULT_EMITTER_RATE; in ParseEmitterOption() local