Home
last modified time | relevance | path

Searched defs:emitSize (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_particle_test.cpp52 Vector2f emitSize = Vector2f(10.f, 10.f); in SetUp() local
130 Vector2f emitSize = Vector2f(10.f, 10.f); variable
166 Vector2f emitSize = Vector2f(10.f, 10.f); variable
204 Vector2f emitSize = Vector2f(10.f, 10.f); variable
H A Drs_render_particle_animation_test.cpp52 Vector2f emitSize = Vector2f(10.f, 20.f); // 10.f is width, 20.f is height in SetUp() local
154 Vector2f emitSize = { 400.f, 500.f }; variable
233 Vector2f emitSize = { 400.f, 500.f }; variable
266 Vector2f emitSize = Vector2f(10.f, 10.f); variable
H A Drs_render_particle_emitter_test.cpp60 Vector2f emitSize = Vector2f(10.f, 10.f); in SetEmitConfig() local
H A Drs_render_particle_effector_test.cpp65 Vector2f emitSize = Vector2f(10.f, 10.f); in SetEmitConfig() local
264 Vector2f emitSize = Vector2f(10.f, 10.f); variable
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dknuckle_drawing_manager.cpp327 Rosen::Vector2f emitSize = {DEFAULT_EMIT_SIZE_RANGE_BEGIN, DEFAULT_EMIT_SIZE_RANGE_END}; in InitParticleEmitter() local
553 std::optional<Rosen::Vector2f> emitSize = std::nullopt; in UpdateEmitter() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle.h107 …onst int& emitRate, const ShapeType& emitShape, const Vector2f& position, const Vector2f& emitSize, in EmitterConfig()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle.cpp744 const ShapeType& emitShape, const Vector2f& position, const Vector2f& emitSize) in CalculateParticlePosition()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp845 std::optional<Vector2f> emitSize = std::nullopt; in Unmarshalling() local
1015 Vector2f emitSize(emitSizeWidth, emitSizeHeight); in Unmarshalling() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp1140 auto emitSize = particleParams[i].emitterConfig_.emitSize_; in SetParticleDrawRegion() local