Searched refs:LV_LABEL_LONG_MODE_DOTS (Results 1 – 5 of 5) sorted by relevance
87 #define LV_LABEL_LONG_DOT LV_LABEL_LONG_MODE_DOTS
50 …LV_LABEL_LONG_MODE_DOTS, /**< Keep the size and write dots at the end if the text is t… enumerator
349 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()
58 lv_label_set_long_mode(title, LV_LABEL_LONG_MODE_DOTS); in lv_win_add_title()
585 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()