Home
last modified time | relevance | path

Searched refs:lv_obj_set_style_text_align (Results 1 – 13 of 13) sorted by relevance

/lvgl-3.7.0/examples/widgets/roller/
Dlv_example_roller_2.c34 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/
Dlv_example_label_1.c15 lv_obj_set_style_text_align(label1, LV_TEXT_ALIGN_CENTER, 0); in lv_example_label_1()
/lvgl-3.7.0/demos/music/
Dlv_demo_music.c256 lv_obj_set_style_text_align(attr, LV_TEXT_ALIGN_CENTER, 0); in auto_step_cb()
Dlv_demo_music_main.c276 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/
Dlv_calendar_header_arrow.c86 lv_obj_set_style_text_align(label, LV_TEXT_ALIGN_CENTER, 0); in my_constructor()
/lvgl-3.7.0/examples/others/msg/
Dlv_example_msg_3.c52 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/
Dtest_dropdown.c410 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/
Dlv_obj_style_gen.c571 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
Dlv_obj_style_gen.h642 void lv_obj_set_style_text_align(struct _lv_obj_t * obj, lv_text_align_t value, lv_style_selector_t…
Dlv_refr.c373 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/
Dlv_span.c180 lv_obj_set_style_text_align(obj, align, LV_PART_MAIN); in lv_spangroup_set_align()
/lvgl-3.7.0/src/widgets/
Dlv_textarea.c545 lv_obj_set_style_text_align(obj, align, 0); in lv_textarea_set_align()
/lvgl-3.7.0/demos/widgets/
Dlv_demo_widgets.c506 lv_obj_set_style_text_align(dsc, LV_TEXT_ALIGN_CENTER, 0); in profile_create()