Lines Matching refs:long_mode
93 ext->long_mode = LV_LABEL_LONG_EXPAND; in lv_label_create()
136 if(copy_ext->long_mode == LV_LABEL_LONG_DOT) { in lv_label_create()
270 void lv_label_set_long_mode(lv_obj_t * label, lv_label_long_mode_t long_mode) in lv_label_set_long_mode() argument
284 …if(long_mode == LV_LABEL_LONG_SROLL || long_mode == LV_LABEL_LONG_SROLL_CIRC || long_mode == LV_LA… in lv_label_set_long_mode()
290 if(ext->long_mode == LV_LABEL_LONG_DOT && ext->dot_end != LV_LABEL_DOT_END_INV) { in lv_label_set_long_mode()
294 ext->long_mode = long_mode; in lv_label_set_long_mode()
360 if(ext->long_mode == LV_LABEL_LONG_SROLL || ext->long_mode == LV_LABEL_LONG_SROLL_CIRC) { in lv_label_set_anim_speed()
417 return ext->long_mode; in lv_label_get_long_mode()
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()
855 if((ext->long_mode == LV_LABEL_LONG_SROLL || ext->long_mode == LV_LABEL_LONG_SROLL_CIRC) && in lv_label_design()
867 …if(ext->long_mode == LV_LABEL_LONG_SROLL_CIRC || lv_obj_get_height(label) < LV_LABEL_HINT_HEIGHT_L… in lv_label_design()
878 if(ext->long_mode == LV_LABEL_LONG_SROLL_CIRC) { in lv_label_design()
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()
995 else if(ext->long_mode == LV_LABEL_LONG_SROLL) { in lv_label_refr_text()
1038 else if(ext->long_mode == LV_LABEL_LONG_SROLL_CIRC) { in lv_label_refr_text()
1077 } else if(ext->long_mode == LV_LABEL_LONG_DOT) { in lv_label_refr_text()
1113 else if(ext->long_mode == LV_LABEL_LONG_BREAK) { in lv_label_refr_text()
1117 else if(ext->long_mode == LV_LABEL_LONG_CROP) { in lv_label_refr_text()
1127 if(ext->long_mode != LV_LABEL_LONG_DOT) return; in lv_label_revert_dots()