Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/
Dtest_math.c81 float t, t_step, fy; in test_cubic_bezier_ease_functions() local
83 t_step = .001f; in test_cubic_bezier_ease_functions()
89 for(t = 0; t <= 1; t += t_step) { in test_cubic_bezier_ease_functions()