Home
last modified time | relevance | path

Searched refs:halfStep (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ui_lite/frameworks/animator/
H A Deasing_equation.cpp55 int16_t halfStep = (endPos >> 1) + (startPos >> 1); in BackEaseInOut() local
57 return BackEaseIn(startPos, halfStep, curTime, halfTime); in BackEaseInOut()
59 return BackEaseOut(halfStep, endPos, curTime - halfTime, halfTime); in BackEaseInOut()
91 int16_t halfStep = (endPos >> 1) + (startPos >> 1); in CircEaseInOut() local
93 return CircEaseIn(startPos, halfStep, curTime, halfTime); in CircEaseInOut()
95 return CircEaseOut(halfStep, endPos, curTime - halfTime, halfTime); in CircEaseInOut()
128 int16_t halfStep = (endPos >> 1) + (startPos >> 1); in CubicEaseInOut() local
130 return CubicEaseIn(startPos, halfStep, curTime, halfTime); in CubicEaseInOut()
132 return CubicEaseOut(halfStep, endPos, curTime - halfTime, halfTime); in CubicEaseInOut()
175 int16_t halfStep in QuadEaseInOut() local
216 int16_t halfStep = (endPos >> 1) + (startPos >> 1); QuintEaseInOut() local
248 int16_t halfStep = (endPos >> 1) + (startPos >> 1); SineEaseInOut() local
[all...]

Completed in 2 milliseconds