Home
last modified time | relevance | path

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

/lvgl-latest/src/
Dlv_api_map_v9_1.h87 #define LV_LABEL_LONG_DOT LV_LABEL_LONG_MODE_DOTS
/lvgl-latest/src/widgets/label/
Dlv_label.h50LV_LABEL_LONG_MODE_DOTS, /**< Keep the size and write dots at the end if the text is t… enumerator
Dlv_label.c349 if(last_line && label->long_mode == LV_LABEL_LONG_MODE_DOTS) flag |= LV_TEXT_FLAG_BREAK_ALL; in lv_label_get_letter_pos()
440 if(last_line && label->long_mode == LV_LABEL_LONG_MODE_DOTS) flag |= LV_TEXT_FLAG_BREAK_ALL; in lv_label_get_letter_on()
561 if(last_line && label->long_mode == LV_LABEL_LONG_MODE_DOTS) flag |= LV_TEXT_FLAG_BREAK_ALL; in lv_label_is_char_under_pos()
1159 else if(label->long_mode == LV_LABEL_LONG_MODE_DOTS) { in lv_label_refr_text()
/lvgl-latest/src/widgets/win/
Dlv_win.c58 lv_label_set_long_mode(title, LV_LABEL_LONG_MODE_DOTS); in lv_win_add_title()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_label.c585 lv_label_set_long_mode(test_label, LV_LABEL_LONG_MODE_DOTS); in test_label_rtl_dot_long_mode()
613 lv_label_set_long_mode(test_label2, LV_LABEL_LONG_MODE_DOTS); in test_label_max_width()