Home
last modified time | relevance | path

Searched defs:act_time (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/drivers/nuttx/
Dlv_nuttx_profiler.c74 uint32_t act_time = up_perf_gettime(); in tick_get_cb() local
/lvgl-latest/src/misc/
Dlv_anim_timeline.c34 uint32_t act_time; /**< Current time of the animation*/ member
150 uint32_t act_time = lv_map(progress, 0, LV_ANIM_TIMELINE_PROGRESS_MAX, 0, playtime); in lv_anim_timeline_set_progress() local
201 static void anim_timeline_set_act_time(lv_anim_timeline_t * at, uint32_t act_time) in anim_timeline_set_act_time()
Dlv_anim.h139 …int32_t act_time; /**< Ms elapsed since animation started. Set to negative… member
/lvgl-latest/src/tick/
Dlv_tick.c69 uint32_t act_time = lv_tick_get(); in lv_tick_elaps() local
/lvgl-latest/src/widgets/label/
Dlv_label.c998 int32_t act_time = 0; in lv_label_refr_text() local
1043 int32_t act_time = 0; in lv_label_refr_text() local
1112 int32_t act_time = anim_cur ? anim_cur->act_time : 0; in lv_label_refr_text() local
1140 int32_t act_time = anim_cur ? anim_cur->act_time : 0; in lv_label_refr_text() local