Searched refs:LV_LABEL_LONG_EXPAND (Results 1 – 3 of 3) sorted by relevance
93 ext->long_mode = LV_LABEL_LONG_EXPAND; in lv_label_create()119 lv_label_set_long_mode(new_label, LV_LABEL_LONG_EXPAND); in lv_label_create()494 if(ext->long_mode == LV_LABEL_LONG_EXPAND) { in lv_label_get_letter_pos()563 if(ext->long_mode == LV_LABEL_LONG_EXPAND) { in lv_label_get_letter_on()678 if(ext->long_mode == LV_LABEL_LONG_EXPAND) { in lv_label_is_char_under_pos()979 if(ext->long_mode == LV_LABEL_LONG_EXPAND) { in lv_label_refr_text()991 if(ext->long_mode == LV_LABEL_LONG_EXPAND) { in lv_label_refr_text()
43 LV_LABEL_LONG_EXPAND, /**< Expand the object size to the text size*/ enumerator
519 lv_label_set_long_mode(ext->placeholder, LV_LABEL_LONG_EXPAND); in lv_ta_set_placeholder_text()697 lv_label_set_long_mode(ext->label, LV_LABEL_LONG_EXPAND); in lv_ta_set_one_line()698 if(ext->placeholder) lv_label_set_long_mode(ext->placeholder, LV_LABEL_LONG_EXPAND); in lv_ta_set_one_line()732 lv_label_set_long_mode(label, LV_LABEL_LONG_EXPAND); in lv_ta_set_text_align()
Completed in 7 milliseconds