Searched refs:lv_anim_speed_to_time (Results 1 – 4 of 4) sorted by relevance
490 uint32_t lv_anim_speed_to_time(uint32_t speed, int32_t start, int32_t end);
239 uint32_t lv_anim_speed_to_time(uint32_t speed, int32_t start, int32_t end) in lv_anim_speed_to_time() function
183 :cpp:func:`lv_anim_speed_to_time` you can use to compute the Animation's duration, so189 uint32_t duration_in_ms = lv_anim_speed_to_time(change_per_sec, 0, 100);
65 - **feat(anim): add lv_anim_speed_to_time back** `6531 <https://github.com/lvgl/lvgl/pull/6531>`__