Searched refs:LV_LABEL_LONG_MODE_WRAP (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/examples/widgets/label/ |
D | lv_example_label_1.c | 10 lv_label_set_long_mode(label1, LV_LABEL_LONG_MODE_WRAP); /*Break the long lines*/ in lv_example_label_1()
|
/lvgl-latest/src/others/xml/parsers/ |
D | lv_xml_label_parser.c | 69 if(lv_streq("wrap", txt)) return LV_LABEL_LONG_MODE_WRAP; in long_mode_text_to_enum_value()
|
/lvgl-latest/src/ |
D | lv_api_map_v9_1.h | 86 #define LV_LABEL_LONG_WRAP LV_LABEL_LONG_MODE_WRAP
|
/lvgl-latest/src/widgets/label/ |
D | lv_label.h | 49 …LV_LABEL_LONG_MODE_WRAP, /**< Keep the object width, wrap lines longer than object wid… enumerator
|
D | lv_label.c | 720 label->long_mode = LV_LABEL_LONG_MODE_WRAP; in lv_label_constructor() 735 lv_label_set_long_mode(obj, LV_LABEL_LONG_MODE_WRAP); in lv_label_constructor() 861 if(label->long_mode == LV_LABEL_LONG_MODE_WRAP) { in draw_main() 1194 …se if(label->long_mode == LV_LABEL_LONG_MODE_CLIP || label->long_mode == LV_LABEL_LONG_MODE_WRAP) { in lv_label_refr_text()
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_label.c | 41 TEST_ASSERT_EQUAL(lv_label_get_long_mode(label), LV_LABEL_LONG_MODE_WRAP); in test_label_creation() 154 lv_label_set_long_mode(long_label, LV_LABEL_LONG_MODE_WRAP); in test_label_long_text_get_letter_pos_align_left() 281 lv_label_set_long_mode(long_label, LV_LABEL_LONG_MODE_WRAP); in test_label_long_text_get_letter_pos_align_right() 408 lv_label_set_long_mode(long_label, LV_LABEL_LONG_MODE_WRAP); in test_label_long_text_get_letter_pos_align_center()
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 265 lv_label_set_long_mode(dsc, LV_LABEL_LONG_MODE_WRAP); in profile_create()
|