Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/widgets/
Dlv_label.h212 uint32_t lv_label_get_text_selection_end(const lv_obj_t * obj);
Dlv_textarea.c673 lv_label_get_text_selection_end(ta->label) != LV_DRAW_LABEL_NO_TXT_SEL)) { in lv_textarea_text_is_selected()
719 lv_label_get_text_selection_end(ta->label) != LV_DRAW_LABEL_NO_TXT_SEL) { in lv_textarea_clear_selection()
Dlv_label.c621 uint32_t lv_label_get_text_selection_end(const lv_obj_t * obj) in lv_label_get_text_selection_end() function
816 label_draw_dsc.sel_end = lv_label_get_text_selection_end(obj); in draw_main()