Home
last modified time | relevance | path

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

/lvgl-latest/src/core/
Dlv_obj.c898 uint32_t tsi = 0; in lv_obj_set_state() local
900 for(i = 0; i < obj->style_cnt && tsi < STYLE_TRANSITION_MAX; i++) { in lv_obj_set_state()
913 for(j = 0; tr->props[j] != 0 && tsi < STYLE_TRANSITION_MAX; j++) { in lv_obj_set_state()
915 for(t = 0; t < tsi; t++) { in lv_obj_set_state()
923 if(t == tsi) { in lv_obj_set_state()
924 ts[tsi].time = tr->time; in lv_obj_set_state()
925 ts[tsi].delay = tr->delay; in lv_obj_set_state()
926 ts[tsi].path_cb = tr->path_xcb; in lv_obj_set_state()
927 ts[tsi].prop = tr->props[j]; in lv_obj_set_state()
929 ts[tsi].user_data = tr->user_data; in lv_obj_set_state()
[all …]