Home
last modified time | relevance | path

Searched defs:ins_len (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/widgets/
Dlv_dropdown.c212 size_t ins_len = strlen(option) + 1; in lv_dropdown_add_option() local
214 size_t ins_len = _lv_txt_ap_calc_bytes_cnt(option) + 1; in lv_dropdown_add_option() local
Dlv_label.c652 size_t ins_len = strlen(txt); in lv_label_ins_text() local
/lvgl-latest/src/misc/
Dlv_txt.c418 size_t ins_len = strlen(ins_txt); in _lv_txt_ins() local