Home
last modified time | relevance | path

Searched refs:diffFloatValue (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.cpp217 auto diffFloatValue = currAnimateFloatValue - lastAnimateValue_->ToFloat(); in ProcessAnimateVelocityUnderAngleRotation() local
220 int32_t factor = std::abs(diffFloatValue) / 150; in ProcessAnimateVelocityUnderAngleRotation()
228 diffValue = diffFloatValue < 0 ? (currAnimateValue + circleValue) - lastAnimateValue_ in ProcessAnimateVelocityUnderAngleRotation()
238 __func__, currAnimateValue->ToFloat(), lastAnimateValue_->ToFloat(), diffFloatValue, in ProcessAnimateVelocityUnderAngleRotation()