/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_label.c | 59 lv_obj_set_style_text_align(label, LV_TEXT_ALIGN_LEFT, LV_STYLE_STATE_CMP_SAME); in test_label_get_letter_pos_align_left() 87 lv_obj_set_style_text_align(empty_label, LV_TEXT_ALIGN_LEFT, LV_STYLE_STATE_CMP_SAME); in test_label_get_letter_pos_align_left_on_empty_text() 115 lv_obj_set_style_text_align(long_label_multiline, LV_TEXT_ALIGN_LEFT, LV_STYLE_STATE_CMP_SAME); in test_label_long_text_multiline_get_letter_pos_align_left() 157 lv_obj_set_style_text_align(long_label, LV_TEXT_ALIGN_LEFT, LV_STYLE_STATE_CMP_SAME); in test_label_long_text_get_letter_pos_align_left() 186 lv_obj_set_style_text_align(label, LV_TEXT_ALIGN_RIGHT, LV_STYLE_STATE_CMP_SAME); in test_label_get_letter_pos_align_right() 214 lv_obj_set_style_text_align(empty_label, LV_TEXT_ALIGN_RIGHT, LV_STYLE_STATE_CMP_SAME); in test_label_get_letter_pos_align_right_on_empty_text() 242 lv_obj_set_style_text_align(long_label_multiline, LV_TEXT_ALIGN_RIGHT, LV_STYLE_STATE_CMP_SAME); in test_label_long_text_multiline_get_letter_pos_align_right() 284 lv_obj_set_style_text_align(long_label, LV_TEXT_ALIGN_RIGHT, LV_STYLE_STATE_CMP_SAME); in test_label_long_text_get_letter_pos_align_right() 313 lv_obj_set_style_text_align(label, LV_TEXT_ALIGN_CENTER, LV_STYLE_STATE_CMP_SAME); in test_label_get_letter_pos_align_center() 341 lv_obj_set_style_text_align(empty_label, LV_TEXT_ALIGN_CENTER, LV_STYLE_STATE_CMP_SAME); in test_label_get_letter_pos_align_center_on_empty_text() [all …]
|
D | test_dropdown.c | 413 lv_obj_set_style_text_align(lv_dropdown_get_list(dd6), LV_TEXT_ALIGN_RIGHT, 0); in test_dropdown_render_2()
|
/lvgl-latest/examples/widgets/roller/ |
D | lv_example_roller_2.c | 37 lv_obj_set_style_text_align(roller, LV_TEXT_ALIGN_LEFT, 0); in lv_example_roller_2() 60 lv_obj_set_style_text_align(roller, LV_TEXT_ALIGN_RIGHT, 0); in lv_example_roller_2()
|
/lvgl-latest/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-latest/tests/src/test_cases/draw/ |
D | test_draw_label.c | 90 lv_obj_set_style_text_align(label, align, 0); in decor_label_create() 137 lv_obj_set_style_text_align(label, LV_TEXT_ALIGN_LEFT, 0); in test_label_selection_and_recolor()
|
/lvgl-latest/demos/music/ |
D | lv_demo_music.c | 238 lv_obj_set_style_text_align(attr, LV_TEXT_ALIGN_CENTER, 0); in auto_step_cb()
|
D | lv_demo_music_main.c | 301 lv_obj_set_style_text_align(title, LV_TEXT_ALIGN_CENTER, 0); in lv_demo_music_main_create()
|
/lvgl-latest/src/widgets/calendar/ |
D | lv_calendar_header_arrow.c | 90 lv_obj_set_style_text_align(label, LV_TEXT_ALIGN_CENTER, 0); in my_constructor()
|
D | lv_calendar.c | 333 lv_obj_set_style_text_align(obj, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN); in lv_calendar_constructor()
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_weather.c | 201 lv_obj_set_style_text_align(hour_label, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_weather_add_hourly() 307 …lv_obj_set_style_text_align(weather_update_time, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN | LV_STATE_DEF… in create_screen_weather()
|
D | lv_demo_smartwatch_home.c | 309 lv_obj_set_style_text_align(face_label, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_add_watchface() 333 lv_obj_set_style_text_align(hour_label, LV_TEXT_ALIGN_RIGHT, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()
|
D | lv_demo_smartwatch.c | 440 … lv_obj_set_style_text_align(dialog_title, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN | LV_STATE_DEFAULT); in create_dialog_window()
|
/lvgl-latest/env_support/pikascript/ |
D | pika_lv_wegit.c | 309 lv_obj_set_style_text_align(lv_obj, value, selector); in pika_lvgl_label_set_style_text_align()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_thermostat.c | 291 lv_obj_set_style_text_align(temperature_label, LV_TEXT_ALIGN_CENTER, 0); in create_widget2_value() 570 lv_obj_set_style_text_align(current_temperature_label, LV_TEXT_ALIGN_CENTER, 0); in create_widget3()
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_home.c | 304 lv_obj_set_style_text_align(roller, LV_TEXT_ALIGN_CENTER, 0); in roller_create()
|
/lvgl-latest/docs/details/widgets/ |
D | label.rst | 151 :cpp:func:`lv_obj_set_style_text_align` or :cpp:func:`lv_style_set_text_align`,
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 669 void lv_obj_set_style_text_align(lv_obj_t * obj, lv_text_align_t value, lv_style_selector_t selecto… in lv_obj_set_style_text_align() function
|
D | lv_obj_style_gen.h | 848 void lv_obj_set_style_text_align(lv_obj_t * obj, lv_text_align_t value, lv_style_selector_t selecto…
|
/lvgl-latest/src/widgets/span/ |
D | lv_span.c | 212 lv_obj_set_style_text_align(obj, align, LV_PART_MAIN); in lv_spangroup_set_align()
|
/lvgl-latest/src/widgets/textarea/ |
D | lv_textarea.c | 650 lv_obj_set_style_text_align(obj, align, 0); in lv_textarea_set_align()
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 535 lv_obj_set_style_text_align(dsc, LV_TEXT_ALIGN_CENTER, 0); in profile_create()
|