Lines Matching refs:long_mode

221 void lv_label_set_long_mode(lv_obj_t * obj, lv_label_long_mode_t long_mode)  in lv_label_set_long_mode()  argument
232 if(long_mode == LV_LABEL_LONG_MODE_SCROLL || long_mode == LV_LABEL_LONG_MODE_SCROLL_CIRCULAR || in lv_label_set_long_mode()
233 long_mode == LV_LABEL_LONG_MODE_CLIP) in lv_label_set_long_mode()
238 label->long_mode = long_mode; in lv_label_set_long_mode()
298 return label->long_mode; in lv_label_get_long_mode()
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()
720 label->long_mode = LV_LABEL_LONG_MODE_WRAP; in lv_label_constructor()
825 if(label->long_mode != LV_LABEL_LONG_MODE_SCROLL_CIRCULAR && in draw_main()
845 …if((label->long_mode == LV_LABEL_LONG_MODE_SCROLL || label->long_mode == LV_LABEL_LONG_MODE_SCROLL… in draw_main()
861 if(label->long_mode == LV_LABEL_LONG_MODE_WRAP) { in draw_main()
866 …if(label->long_mode == LV_LABEL_LONG_MODE_SCROLL || label->long_mode == LV_LABEL_LONG_MODE_SCROLL_… in draw_main()
879 if(label->long_mode == LV_LABEL_LONG_MODE_SCROLL_CIRCULAR) { in draw_main()
960 if(label->long_mode == LV_LABEL_LONG_MODE_SCROLL) { in lv_label_refr_text()
1024 overwrite_anim_property(&a, anim_template, label->long_mode); in lv_label_refr_text()
1066 overwrite_anim_property(&a, anim_template, label->long_mode); in lv_label_refr_text()
1077 else if(label->long_mode == LV_LABEL_LONG_MODE_SCROLL_CIRCULAR) { in lv_label_refr_text()
1122 overwrite_anim_property(&a, anim_template, label->long_mode); in lv_label_refr_text()
1144 overwrite_anim_property(&a, anim_template, label->long_mode); in lv_label_refr_text()
1159 else if(label->long_mode == LV_LABEL_LONG_MODE_DOTS) { in lv_label_refr_text()
1194 …else if(label->long_mode == LV_LABEL_LONG_MODE_CLIP || label->long_mode == LV_LABEL_LONG_MODE_WRAP… in lv_label_refr_text()