Searched refs:GetBezierY (Results 1 - 8 of 8) sorted by relevance
/foundation/arkui/ui_lite/test/unittest/animator/ |
H A D | interpolation_unit_test.cpp | 56 * @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 D | interpolation.h | 97 static float GetBezierY(float x, float x1, float y1, float x2, float y2);
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_radio_button.cpp | 170 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 D | ui_button.cpp | 323 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 D | ui_toggle_button.cpp | 127 float coefficient = Interpolation::GetBezierY(x, BEZIER_CONTROL_POINT_X_1, 0, BEZIER_CONTROL_POINT_X_2, 1); in Callback()
|
H A D | ui_checkbox.cpp | 207 float coefficient = Interpolation::GetBezierY(x, BEZIER_CONTROL_POINT_X_1, 0, BEZIER_CONTROL_POINT_X_2, 1); in Callback()
|
H A D | ui_abstract_scroll.cpp | 76 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 D | interpolation.cpp | 71 float Interpolation::GetBezierY(float x, float x1, float y1, float x2, float y2) in GetBezierY() function in OHOS::Interpolation
|
Completed in 7 milliseconds