Home
last modified time | relevance | path

Searched defs:label (Results 1 – 25 of 149) sorted by relevance

123456

/lvgl-latest/src/widgets/label/
Dlv_label.c136 lv_label_t * label = (lv_label_t *)obj; in lv_label_set_text() local
181 lv_label_t * label = (lv_label_t *)obj; in lv_label_set_text_fmt() local
206 lv_label_t * label = (lv_label_t *)obj; in lv_label_set_text_static() local
225 lv_label_t * label = (lv_label_t *)obj; in lv_label_set_long_mode() local
247 lv_label_t * label = (lv_label_t *)obj; in lv_label_set_text_selection_start() local
261 lv_label_t * label = (lv_label_t *)obj; in lv_label_set_text_selection_end() local
274 lv_label_t * label = (lv_label_t *)obj; in lv_label_set_recolor() local
290 lv_label_t * label = (lv_label_t *)obj; in lv_label_get_text() local
297 lv_label_t * label = (lv_label_t *)obj; in lv_label_get_long_mode() local
306 lv_label_t * label = (lv_label_t *)obj; in lv_label_get_letter_pos() local
[all …]
/lvgl-latest/examples/widgets/arc/
Dlv_example_arc_1.c9 lv_obj_t * label = lv_label_create(lv_screen_active()); in lv_example_arc_1() local
27 lv_obj_t * label = lv_event_get_user_data(e); in value_changed_event_cb() local
/lvgl-latest/examples/event/
Dlv_example_event_click.c10 lv_obj_t * label = lv_obj_get_child(btn, 0); in event_cb() local
25 lv_obj_t * label = lv_label_create(btn); in lv_example_event_click() local
Dlv_example_event_streak.c17 lv_obj_t * label = lv_obj_get_child(btn, 0); in streak_event_cb() local
35 lv_obj_t * label = lv_label_create(btn); in lv_example_event_streak() local
/lvgl-latest/examples/get_started/
Dlv_example_get_started_2.c13 lv_obj_t * label = lv_obj_get_child(btn, 0); in btn_event_cb() local
28 lv_obj_t * label = lv_label_create(btn); /*Add a label to the button*/ in lv_example_get_started_2() local
Dlv_example_get_started_1.c13 lv_obj_t * label = lv_label_create(lv_screen_active()); in lv_example_get_started_1() local
/lvgl-latest/examples/libs/freetype/
Dlv_example_freetype_1.c34 lv_obj_t * label = lv_label_create(lv_screen_active()); in lv_example_freetype_1() local
46 lv_obj_t * label = lv_label_create(lv_screen_active()); in lv_example_freetype_1() local
Dlv_example_freetype_2.c44 lv_obj_t * label = lv_label_create(lv_screen_active()); in lv_example_freetype_2() local
56 lv_obj_t * label = lv_label_create(lv_screen_active()); in lv_example_freetype_2() local
/lvgl-latest/examples/others/font_manager/
Dlv_example_font_manager_1.c35 lv_obj_t * label = lv_label_create(lv_screen_active()); in lv_example_font_manager_1() local
45 lv_obj_t * label = lv_label_create(lv_screen_active()); in lv_example_font_manager_1() local
/lvgl-latest/demos/ebike/
Dlv_demo_ebike_settings.c70 lv_obj_t * label = lv_label_create(cont); in left_cont_create() local
106 lv_obj_t * label; in slider_create() local
141 lv_obj_t * label; in switch_create() local
174 lv_obj_t * label; in dropdown_create() local
/lvgl-latest/examples/styles/
Dlv_example_style_18.c39 lv_obj_t * label; in lv_example_style_18() local
90 lv_obj_t * label = lv_label_create(lv_screen_active()); in lv_example_style_18() local
Dlv_example_style_15.c10 lv_obj_t * label; in lv_example_style_15() local
/lvgl-latest/src/widgets/calendar/
Dlv_calendar_header_arrow.c88 lv_obj_t * label = lv_label_create(obj); in my_constructor() local
141 lv_obj_t * label = lv_obj_get_child(header, 1); in month_event_cb() local
154 lv_obj_t * label = lv_obj_get_child(header, 1); in value_changed_event_cb() local
/lvgl-latest/examples/scroll/
Dlv_example_scroll_2.c33 lv_obj_t * label = lv_label_create(btn); in lv_example_scroll_2() local
51 lv_obj_t * label = lv_label_create(lv_screen_active()); in lv_example_scroll_2() local
Dlv_example_scroll_5.c14 lv_obj_t * label = lv_label_create(obj); in lv_example_scroll_5() local
/lvgl-latest/examples/anim/
Dlv_example_anim_1.c12 lv_obj_t * label = lv_event_get_user_data(e); in sw_event_cb() local
42 lv_obj_t * label = lv_label_create(lv_screen_active()); in lv_example_anim_1() local
Dlv_example_anim_4.c19 lv_obj_t * label = lv_event_get_user_data(e); in sw_event_cb() local
50 lv_obj_t * label = lv_label_create(lv_screen_active()); in lv_example_anim_4() local
/lvgl-latest/examples/widgets/menu/
Dlv_example_menu_4.c15 lv_obj_t * label; in float_button_event_cb() local
39 lv_obj_t * label; in lv_example_menu_4() local
/lvgl-latest/examples/others/observer/
Dlv_example_observer_5.c39 lv_obj_t * label = lv_label_create(btn); in lv_example_observer_5() local
87 lv_obj_t * label = lv_label_create(cont); in fw_update_win_observer_cb() local
101 lv_obj_t * label = lv_label_create(cont); in fw_update_win_observer_cb() local
107 lv_obj_t * label = lv_label_create(cont); in fw_update_win_observer_cb() local
Dlv_example_observer_1.c19 lv_obj_t * label = lv_label_create(lv_screen_active()); in lv_example_observer_1() local
/lvgl-latest/tests/src/test_cases/draw/
Dtest_draw_label.c22 lv_obj_t * label = lv_label_create(lv_screen_active()); in label_create() local
85 lv_obj_t * label = lv_label_create(lv_screen_active()); in decor_label_create() local
102 lv_obj_t * label; in all_decor_labels_create() local
131 lv_obj_t * label = lv_label_create(lv_screen_active()); in test_label_selection_and_recolor() local
/lvgl-latest/tests/src/test_cases/
Dtest_snapshot.c46 lv_obj_t * label = lv_label_create(lv_screen_active()); in test_snapshot_with_transform_should_not_leak_memory() local
73 lv_obj_t * label = lv_label_create(lv_screen_active()); in test_snapshot_take_snapshot_immediately_after_obj_create() local
97 lv_obj_t * label = lv_label_create(lv_screen_active()); in test_snapshot_take_snapshot_with_transform() local
/lvgl-latest/examples/widgets/bar/
Dlv_example_bar_7.c9 lv_obj_t * label; in lv_example_bar_7() local
/lvgl-latest/examples/libs/tiny_ttf/
Dlv_example_tiny_ttf_1.c20 lv_obj_t * label = lv_label_create(lv_screen_active()); in lv_example_tiny_ttf_1() local
Dlv_example_tiny_ttf_2.c17 lv_obj_t * label = lv_label_create(lv_screen_active()); in lv_example_tiny_ttf_2() local

123456