Home
last modified time | relevance | path

Searched refs:velocityAngle_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle.h150 Range<float> velocityAngle_; variable
152 ParticleVelocity() : velocityValue_(), velocityAngle_() {} in ParticleVelocity()
154 : velocityValue_(velocityValue), velocityAngle_(velocityAngle) in ParticleVelocity()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle.cpp103 return velocity_.velocityAngle_.start_; in GetVelocityStartAngle()
108 return velocity_.velocityAngle_.end_; in GetVelocityEndAngle()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp1036 … Marshalling(parcel, val.velocityAngle_.start_) && Marshalling(parcel, val.velocityAngle_.end_); in Marshalling()