Searched refs:do_cubic_bezier_f (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/tests/src/test_cases/ |
D | test_math.c | 10 static float do_cubic_bezier_f(float t, float a, float b, float c) in do_cubic_bezier_f() function 45 xs = do_cubic_bezier_f(t, ax, bx, cx); in lv_cubic_bezier_f() 68 xs = do_cubic_bezier_f(t, ax, bx, cx); in lv_cubic_bezier_f() 75 return do_cubic_bezier_f(t, ay, by, cy); in lv_cubic_bezier_f()
|