Searched refs:last_line (Results 1 – 2 of 2) sorted by relevance
12 last_line = ""22 title_tmp = last_line.strip()28 last_line = line
348 bool last_line = y + letter_height + line_space + letter_height > max_h; in lv_label_get_letter_pos() local349 if(last_line && label->long_mode == LV_LABEL_LONG_MODE_DOTS) flag |= LV_TEXT_FLAG_BREAK_ALL; in lv_label_get_letter_pos()439 bool last_line = y + letter_height + line_space + letter_height > max_h; in lv_label_get_letter_on() local440 if(last_line && label->long_mode == LV_LABEL_LONG_MODE_DOTS) flag |= LV_TEXT_FLAG_BREAK_ALL; in lv_label_get_letter_on()560 bool last_line = y + letter_height + line_space + letter_height > max_h; in lv_label_is_char_under_pos() local561 if(last_line && label->long_mode == LV_LABEL_LONG_MODE_DOTS) flag |= LV_TEXT_FLAG_BREAK_ALL; in lv_label_is_char_under_pos()