Searched refs:lv_obj_set_style_bg_img_src (Results 1 – 9 of 9) sorted by relevance
/lvgl-3.5.0/examples/widgets/spinbox/ |
D | lv_example_spinbox_1.c | 38 lv_obj_set_style_bg_img_src(btn, LV_SYMBOL_PLUS, 0); in lv_example_spinbox_1() 44 lv_obj_set_style_bg_img_src(btn, LV_SYMBOL_MINUS, 0); in lv_example_spinbox_1()
|
/lvgl-3.5.0/src/extra/widgets/calendar/ |
D | lv_calendar_header_arrow.c | 75 lv_obj_set_style_bg_img_src(mo_prev, LV_SYMBOL_LEFT, 0); in my_constructor() 90 lv_obj_set_style_bg_img_src(mo_next, LV_SYMBOL_RIGHT, 0); in my_constructor()
|
/lvgl-3.5.0/examples/scroll/ |
D | lv_example_scroll_3.c | 45 lv_obj_set_style_bg_img_src(float_btn, LV_SYMBOL_PLUS, 0); in lv_example_scroll_3()
|
/lvgl-3.5.0/examples/widgets/menu/ |
D | lv_example_menu_4.c | 65 lv_obj_set_style_bg_img_src(float_btn, LV_SYMBOL_PLUS, 0); in lv_example_menu_4()
|
/lvgl-3.5.0/demos/stress/ |
D | lv_demo_stress.c | 146 lv_obj_set_style_bg_img_src(obj, LV_SYMBOL_DUMMY"Text from\nstyle", 0); in obj_test_task_cb()
|
/lvgl-3.5.0/src/core/ |
D | lv_obj_style_gen.c | 251 void lv_obj_set_style_bg_img_src(struct _lv_obj_t * obj, const void * value, lv_style_selector_t se… in lv_obj_set_style_bg_img_src() function
|
D | lv_obj_style_gen.h | 596 void lv_obj_set_style_bg_img_src(struct _lv_obj_t * obj, const void * value, lv_style_selector_t se…
|
/lvgl-3.5.0/demos/music/ |
D | lv_demo_music_main.c | 603 lv_obj_set_style_bg_img_src(slider_obj, &img_lv_demo_music_slider_knob, LV_PART_KNOB); in create_ctrl_box()
|
/lvgl-3.5.0/demos/widgets/ |
D | lv_demo_widgets.c | 1003 lv_obj_set_style_bg_img_src(btn, LV_SYMBOL_TINT, 0); in color_changer_create()
|