Searched refs:LV_LABEL_LONG_MODE_SCROLL_CIRCULAR (Results 1 – 12 of 12) sorted by relevance
/lvgl-latest/examples/widgets/label/ |
D | lv_example_label_1.c | 19 lv_label_set_long_mode(label2, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); /*Circular scroll*/ in lv_example_label_1()
|
D | lv_example_label_5.c | 23 lv_label_set_long_mode(label1, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); /*Circular scroll*/ in lv_example_label_5()
|
/lvgl-latest/examples/styles/ |
D | lv_example_style_17.c | 47 lv_label_set_long_mode(label, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); in lv_example_style_17()
|
D | lv_example_style_16.c | 78 lv_label_set_long_mode(label, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); in lv_example_style_16()
|
D | lv_example_style_18.c | 93 lv_label_set_long_mode(label, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); in lv_example_style_18()
|
/lvgl-latest/src/ |
D | lv_api_map_v9_1.h | 89 #define LV_LABEL_LONG_SCROLL_CIRCULAR LV_LABEL_LONG_MODE_SCROLL_CIRCULAR
|
/lvgl-latest/src/widgets/label/ |
D | lv_label.h | 52 LV_LABEL_LONG_MODE_SCROLL_CIRCULAR, /**< Keep the size and roll the text circularly*/ enumerator
|
D | lv_label.c | 232 if(long_mode == LV_LABEL_LONG_MODE_SCROLL || long_mode == LV_LABEL_LONG_MODE_SCROLL_CIRCULAR || in lv_label_set_long_mode() 825 if(label->long_mode != LV_LABEL_LONG_MODE_SCROLL_CIRCULAR && in draw_main() 845 …ong_mode == LV_LABEL_LONG_MODE_SCROLL || label->long_mode == LV_LABEL_LONG_MODE_SCROLL_CIRCULAR) && in draw_main() 866 …long_mode == LV_LABEL_LONG_MODE_SCROLL || label->long_mode == LV_LABEL_LONG_MODE_SCROLL_CIRCULAR) { in draw_main() 879 if(label->long_mode == LV_LABEL_LONG_MODE_SCROLL_CIRCULAR) { in draw_main() 917 case LV_LABEL_LONG_MODE_SCROLL_CIRCULAR: in overwrite_anim_property() 1077 else if(label->long_mode == LV_LABEL_LONG_MODE_SCROLL_CIRCULAR) { in lv_label_refr_text()
|
/lvgl-latest/src/widgets/list/ |
D | lv_list.c | 102 lv_label_set_long_mode(label, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); in lv_list_add_button()
|
/lvgl-latest/src/widgets/calendar/ |
D | lv_calendar_header_arrow.c | 89 lv_label_set_long_mode(label, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); in my_constructor()
|
/lvgl-latest/examples/widgets/menu/ |
D | lv_example_menu_5.c | 162 lv_label_set_long_mode(label, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); in create_text()
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_label.c | 654 lv_label_set_long_mode(label2, LV_LABEL_LONG_MODE_SCROLL_CIRCULAR); in test_label_scroll_mid_update()
|