Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/animator/
H A Deasing_equation.cpp67 … uint32_t x = INTERPOLATION_RANGE - static_cast<int32_t>(Sqrt(INTERPOLATION_RANGE_SQUARE - t * t)); in CircEaseIn()
80 uint32_t x = static_cast<uint32_t>(Sqrt(INTERPOLATION_RANGE_SQUARE - t * t)); in CircEaseOut()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/animator/
H A Deasing_equation.h419 static constexpr uint32_t INTERPOLATION_RANGE_SQUARE = 1048576; variable