Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle.cpp626 float velocityAngle = in InitProperty() local
628 velocityAngle *= DEGREE_TO_RADIAN; in InitProperty()
629 …velocity_ = Vector2f { velocityValue * std::cos(velocityAngle), velocityValue * std::sin(velocityA… in InitProperty()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle.h153 ParticleVelocity(const Range<float>& velocityValue, const Range<float>& velocityAngle) in ParticleVelocity() argument
154 : velocityValue_(velocityValue), velocityAngle_(velocityAngle) in ParticleVelocity()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_particle_effector_test.cpp325 Range<float> velocityAngle = Range<float>(1, 10); variable
326 velocity = ParticleVelocity(velocityValue, velocityAngle);
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dknuckle_drawing_manager.cpp335 …Rosen::Range<float> velocityAngle = {EMIT_VELOCITY_ANGLE_RANGE_BEGIN, EMIT_VELOCITY_ANGLE_RANGE_EN… in InitParticleEmitter() local
336 Rosen::ParticleVelocity velocity(velocityValue, velocityAngle); in InitParticleEmitter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp1049 Range<float> velocityAngle(angleStart, angleEnd); in Unmarshalling() local
1050 val = ParticleVelocity(velocityValue, velocityAngle); in Unmarshalling()