Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_label.c59 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 …]
Dtest_dropdown.c413 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/
Dlv_example_roller_2.c37 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/
Dlv_example_label_1.c15 lv_obj_set_style_text_align(label1, LV_TEXT_ALIGN_CENTER, 0); in lv_example_label_1()
/lvgl-latest/tests/src/test_cases/draw/
Dtest_draw_label.c90 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/
Dlv_demo_music.c238 lv_obj_set_style_text_align(attr, LV_TEXT_ALIGN_CENTER, 0); in auto_step_cb()
Dlv_demo_music_main.c301 lv_obj_set_style_text_align(title, LV_TEXT_ALIGN_CENTER, 0); in lv_demo_music_main_create()
/lvgl-latest/src/widgets/calendar/
Dlv_calendar_header_arrow.c90 lv_obj_set_style_text_align(label, LV_TEXT_ALIGN_CENTER, 0); in my_constructor()
Dlv_calendar.c333 lv_obj_set_style_text_align(obj, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN); in lv_calendar_constructor()
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_weather.c201 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()
307lv_obj_set_style_text_align(weather_update_time, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN | LV_STATE_DEF… in create_screen_weather()
Dlv_demo_smartwatch_home.c309 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()
Dlv_demo_smartwatch.c440lv_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/
Dpika_lv_wegit.c309 lv_obj_set_style_text_align(lv_obj, value, selector); in pika_lvgl_label_set_style_text_align()
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_thermostat.c291 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/
Dlv_demo_ebike_home.c304 lv_obj_set_style_text_align(roller, LV_TEXT_ALIGN_CENTER, 0); in roller_create()
/lvgl-latest/docs/details/widgets/
Dlabel.rst151 :cpp:func:`lv_obj_set_style_text_align` or :cpp:func:`lv_style_set_text_align`,
/lvgl-latest/src/core/
Dlv_obj_style_gen.c669 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
Dlv_obj_style_gen.h848 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/
Dlv_span.c212 lv_obj_set_style_text_align(obj, align, LV_PART_MAIN); in lv_spangroup_set_align()
/lvgl-latest/src/widgets/textarea/
Dlv_textarea.c650 lv_obj_set_style_text_align(obj, align, 0); in lv_textarea_set_align()
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c535 lv_obj_set_style_text_align(dsc, LV_TEXT_ALIGN_CENTER, 0); in profile_create()