Home
last modified time | relevance | path

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

/lvgl-3.4.0/src/widgets/
Dlv_label.c48 static void lv_label_dot_tmp_free(lv_obj_t * label);
729 lv_label_dot_tmp_free(obj); in lv_label_destructor()
1177 lv_label_dot_tmp_free(obj); in lv_label_revert_dots()
1193 lv_label_dot_tmp_free(obj); /*Deallocate any existing space*/ in lv_label_set_dot_tmp()
1235 static void lv_label_dot_tmp_free(lv_obj_t * obj) in lv_label_dot_tmp_free() function