/lvgl-latest/src/widgets/label/ |
D | lv_label.c | 136 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/ |
D | lv_example_arc_1.c | 9 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/ |
D | lv_example_event_click.c | 10 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
|
D | lv_example_event_streak.c | 17 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/ |
D | lv_example_get_started_2.c | 13 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
|
D | lv_example_get_started_1.c | 13 lv_obj_t * label = lv_label_create(lv_screen_active()); in lv_example_get_started_1() local
|
/lvgl-latest/examples/libs/freetype/ |
D | lv_example_freetype_1.c | 34 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
|
D | lv_example_freetype_2.c | 44 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/ |
D | lv_example_font_manager_1.c | 35 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/ |
D | lv_demo_ebike_settings.c | 70 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/ |
D | lv_example_style_18.c | 39 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
|
D | lv_example_style_15.c | 10 lv_obj_t * label; in lv_example_style_15() local
|
/lvgl-latest/src/widgets/calendar/ |
D | lv_calendar_header_arrow.c | 88 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/ |
D | lv_example_scroll_2.c | 33 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
|
D | lv_example_scroll_5.c | 14 lv_obj_t * label = lv_label_create(obj); in lv_example_scroll_5() local
|
/lvgl-latest/examples/anim/ |
D | lv_example_anim_1.c | 12 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
|
D | lv_example_anim_4.c | 19 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/ |
D | lv_example_menu_4.c | 15 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/ |
D | lv_example_observer_5.c | 39 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
|
D | lv_example_observer_1.c | 19 lv_obj_t * label = lv_label_create(lv_screen_active()); in lv_example_observer_1() local
|
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_draw_label.c | 22 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/ |
D | test_snapshot.c | 46 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/ |
D | lv_example_bar_7.c | 9 lv_obj_t * label; in lv_example_bar_7() local
|
/lvgl-latest/examples/libs/tiny_ttf/ |
D | lv_example_tiny_ttf_1.c | 20 lv_obj_t * label = lv_label_create(lv_screen_active()); in lv_example_tiny_ttf_1() local
|
D | lv_example_tiny_ttf_2.c | 17 lv_obj_t * label = lv_label_create(lv_screen_active()); in lv_example_tiny_ttf_2() local
|