Searched refs:trans_del (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.7.0/src/core/ |
D | lv_obj_style.c | 50 static bool trans_del(lv_obj_t * obj, lv_part_t part, lv_style_prop_t prop, trans_t * tr_limit); 78 trans_del(obj, selector, LV_STYLE_PROP_ANY, NULL); in lv_obj_add_style() 126 trans_del(obj, part, LV_STYLE_PROP_ANY, NULL); in lv_obj_remove_style() 717 static bool trans_del(lv_obj_t * obj, lv_part_t part, lv_style_prop_t prop, trans_t * tr_limit) in trans_del() function 827 trans_del(tr->obj, part, prop_tmp, tr); in trans_anim_start_cb()
|