Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/test/unittest/animator/
H A Dinterpolation_unit_test.cpp56 * @tc.desc: Verify GetBezierY function, equal.
62 float ret = Interpolation::GetBezierY(0.2f, U1, U2, U3, U4); // 0.2f:current change rate; in HWTEST_F()
64 ret = Interpolation::GetBezierY(0.5f, U1, U2, U3, U4); // 0.5f:current change rate; in HWTEST_F()
66 ret = Interpolation::GetBezierY(0.7f, U1, U2, U3, U4); // 0.7f:current change rate; in HWTEST_F()
68 ret = Interpolation::GetBezierY(0.9f, U1, U2, U3, U4); // 0.9f:current change rate; in HWTEST_F()
/foundation/arkui/ui_lite/interfaces/kits/animator/
H A Dinterpolation.h97 static float GetBezierY(float x, float x1, float y1, float x2, float y2);
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_radio_button.cpp170 Interpolation::GetBezierY(x, SCALE_BEZIER_CONTROL_POINT_X_1, 0, SCALE_BEZIER_CONTROL_POINT_X_2, 1); in Callback()
173 coefficient = Interpolation::GetBezierY(x, ALPHA_BEZIER_CONTROL_POINT_X_1, 0, ALPHA_BEZIER_CONTROL_POINT_X_2, 1); in Callback()
H A Dui_button.cpp323 x = Interpolation::GetBezierY(FULL_SCALE - y, 0, BEZIER_CONTROL, FULL_SCALE, BEZIER_CONTROL); in Start()
348 float offset = Interpolation::GetBezierY(x, BEZIER_CONTROL, 0, BEZIER_CONTROL, FULL_SCALE); in Callback()
H A Dui_toggle_button.cpp127 float coefficient = Interpolation::GetBezierY(x, BEZIER_CONTROL_POINT_X_1, 0, BEZIER_CONTROL_POINT_X_2, 1); in Callback()
H A Dui_checkbox.cpp207 float coefficient = Interpolation::GetBezierY(x, BEZIER_CONTROL_POINT_X_1, 0, BEZIER_CONTROL_POINT_X_2, 1); in Callback()
H A Dui_abstract_scroll.cpp76 Interpolation::GetBezierY(bezielY / OPA_OPAQUE, BEZIER_CONTROL_POINT_X_1, 0, BEZIER_CONTROL_POINT_X_2, 1);
/foundation/arkui/ui_lite/frameworks/animator/
H A Dinterpolation.cpp71 float Interpolation::GetBezierY(float x, float x1, float y1, float x2, float y2) in GetBezierY() function in OHOS::Interpolation

Completed in 7 milliseconds