Searched refs:lv_obj_set_style_text_align (Results 1 – 13 of 13) sorted by relevance
/lvgl-3.7.0/examples/widgets/roller/ |
D | lv_example_roller_2.c | 34 lv_obj_set_style_text_align(roller, LV_TEXT_ALIGN_LEFT, 0); in lv_example_roller_2() 54 lv_obj_set_style_text_align(roller, LV_TEXT_ALIGN_RIGHT, 0); in lv_example_roller_2()
|
/lvgl-3.7.0/examples/widgets/label/ |
D | lv_example_label_1.c | 15 lv_obj_set_style_text_align(label1, LV_TEXT_ALIGN_CENTER, 0); in lv_example_label_1()
|
/lvgl-3.7.0/demos/music/ |
D | lv_demo_music.c | 256 lv_obj_set_style_text_align(attr, LV_TEXT_ALIGN_CENTER, 0); in auto_step_cb()
|
D | lv_demo_music_main.c | 276 lv_obj_set_style_text_align(title, LV_TEXT_ALIGN_CENTER, 0); in _lv_demo_music_main_create()
|
/lvgl-3.7.0/src/extra/widgets/calendar/ |
D | lv_calendar_header_arrow.c | 86 lv_obj_set_style_text_align(label, LV_TEXT_ALIGN_CENTER, 0); in my_constructor()
|
/lvgl-3.7.0/examples/others/msg/ |
D | lv_example_msg_3.c | 52 lv_obj_set_style_text_align(label, LV_TEXT_ALIGN_CENTER, 0); in lv_example_msg_3()
|
/lvgl-3.7.0/tests/src/test_cases/ |
D | test_dropdown.c | 410 lv_obj_set_style_text_align(lv_dropdown_get_list(dd6), LV_TEXT_ALIGN_RIGHT, 0); in test_dropdown_render_2()
|
/lvgl-3.7.0/src/core/ |
D | lv_obj_style_gen.c | 571 void lv_obj_set_style_text_align(struct _lv_obj_t * obj, lv_text_align_t value, lv_style_selector_t… in lv_obj_set_style_text_align() function
|
D | lv_obj_style_gen.h | 642 void lv_obj_set_style_text_align(struct _lv_obj_t * obj, lv_text_align_t value, lv_style_selector_t…
|
D | lv_refr.c | 373 lv_obj_set_style_text_align(perf_label, LV_TEXT_ALIGN_RIGHT, 0); in _lv_disp_refr_timer()
|
/lvgl-3.7.0/src/extra/widgets/span/ |
D | lv_span.c | 180 lv_obj_set_style_text_align(obj, align, LV_PART_MAIN); in lv_spangroup_set_align()
|
/lvgl-3.7.0/src/widgets/ |
D | lv_textarea.c | 545 lv_obj_set_style_text_align(obj, align, 0); in lv_textarea_set_align()
|
/lvgl-3.7.0/demos/widgets/ |
D | lv_demo_widgets.c | 506 lv_obj_set_style_text_align(dsc, LV_TEXT_ALIGN_CENTER, 0); in profile_create()
|