Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_property_animation.cpp227 auto circleValue = currAnimateValue * (180 * factor / currAnimateFloatValue); in ProcessAnimateVelocityUnderAngleRotation() local
228 diffValue = diffFloatValue < 0 ? (currAnimateValue + circleValue) - lastAnimateValue_ in ProcessAnimateVelocityUnderAngleRotation()
229 : currAnimateValue - (lastAnimateValue_ + circleValue); in ProcessAnimateVelocityUnderAngleRotation()