Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/label/
Dlv_label.c57 static void copy_text_to_label(lv_label_t * label, const char * text);
166 copy_text_to_label(label, text); in lv_label_set_text()
1256 static void copy_text_to_label(lv_label_t * label, const char * text) in copy_text_to_label() function