Home
last modified time | relevance | path

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

/lvgl-latest/src/core/
Dlv_obj_style.c23 #define style_trans_ll_p &(LV_GLOBAL_DEFAULT()->style_trans_ll) macro
86 lv_ll_init(style_trans_ll_p, sizeof(trans_t)); in lv_obj_style_init()
91 lv_ll_clear(style_trans_ll_p); in lv_obj_style_deinit()
456 tr = lv_ll_ins_head(style_trans_ll_p); in lv_obj_style_create_transition()
828 tr = lv_ll_get_tail(style_trans_ll_p); in trans_delete()
833 tr_prev = lv_ll_get_prev(style_trans_ll_p, tr); in trans_delete()
847 lv_ll_remove(style_trans_ll_p, tr); in trans_delete()
955 LV_LL_READ(style_trans_ll_p, tr_i) { in trans_anim_completed_cb()
966 lv_ll_remove(style_trans_ll_p, tr); in trans_anim_completed_cb()