Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/
Dlv_label.c47 static char * lv_label_get_dot_tmp(lv_obj_t * label);
1181 char * dot_tmp = lv_label_get_dot_tmp(obj); in lv_label_revert_dots()
1229 static char * lv_label_get_dot_tmp(lv_obj_t * obj) in lv_label_get_dot_tmp() function