Searched refs:test_cubic_bezier_ease_functions (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/tests/src/test_cases/ |
D | test_math.c | 78 static int test_cubic_bezier_ease_functions(float fx1, float fy1, float fx2, float fy2) in test_cubic_bezier_ease_functions() function 119 TEST_ASSERT_TRUE(test_cubic_bezier_ease_functions(.42f, 0, .58f, 1)); in test_math_cubic_bezier_result_should_be_precise() 122 TEST_ASSERT_TRUE(test_cubic_bezier_ease_functions(0, 0, .58f, 1)); in test_math_cubic_bezier_result_should_be_precise() 125 TEST_ASSERT_TRUE(test_cubic_bezier_ease_functions(.42f, 0, 1, 1)); in test_math_cubic_bezier_result_should_be_precise() 128 TEST_ASSERT_TRUE(test_cubic_bezier_ease_functions(.25f, .1f, .25f, 1)); in test_math_cubic_bezier_result_should_be_precise()
|