Searched refs:lv_obj_set_style_bg_image_src (Results 1 – 14 of 14) sorted by relevance
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_bg_image.c | 27 lv_obj_set_style_bg_image_src(obj, &test_RGB565_RLE_align64, 0); in test_func_1() 32 lv_obj_set_style_bg_image_src(obj, &test_RGB565_RLE_align64, 0); in test_func_1() 38 lv_obj_set_style_bg_image_src(obj, &test_RGB565_RLE_align64, 0); in test_func_1() 43 lv_obj_set_style_bg_image_src(obj, &test_RGB565_RLE_align64, 0); in test_func_1() 49 lv_obj_set_style_bg_image_src(obj, &test_RGB565_RLE_align64, 0); in test_func_1() 55 lv_obj_set_style_bg_image_src(obj, &test_RGB565_RLE_align64, 0); in test_func_1() 62 lv_obj_set_style_bg_image_src(obj, &test_RGB565_RLE_align64, 0); in test_func_1() 69 lv_obj_set_style_bg_image_src(obj, &test_RGB565_RLE_align64, 0); in test_func_1()
|
/lvgl-latest/examples/widgets/spinbox/ |
D | lv_example_spinbox_1.c | 36 lv_obj_set_style_bg_image_src(btn, LV_SYMBOL_PLUS, 0); in lv_example_spinbox_1() 42 lv_obj_set_style_bg_image_src(btn, LV_SYMBOL_MINUS, 0); in lv_example_spinbox_1()
|
/lvgl-latest/src/widgets/calendar/ |
D | lv_calendar_header_arrow.c | 79 lv_obj_set_style_bg_image_src(mo_prev, LV_SYMBOL_LEFT, 0); in my_constructor() 94 lv_obj_set_style_bg_image_src(mo_next, LV_SYMBOL_RIGHT, 0); in my_constructor()
|
/lvgl-latest/examples/scroll/ |
D | lv_example_scroll_3.c | 45 lv_obj_set_style_bg_image_src(float_btn, LV_SYMBOL_PLUS, 0); in lv_example_scroll_3()
|
/lvgl-latest/examples/widgets/menu/ |
D | lv_example_menu_4.c | 65 lv_obj_set_style_bg_image_src(float_btn, LV_SYMBOL_PLUS, 0); in lv_example_menu_4()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_smart_home.c | 143 lv_obj_set_style_bg_image_src(widget, c->imgs[IMG_SMART_HOME_WIDGET1_BG], 0); in create_widget1() 208 lv_obj_set_style_bg_image_src(widget, c->imgs[IMG_SMART_HOME_WIDGET2_BG], 0); in create_widget_charging() 308 lv_obj_set_style_bg_image_src(slider, c->imgs[IMG_UNLOCK], LV_PART_KNOB); in create_widget2() 442 lv_obj_set_style_bg_image_src(temperature_slider, c->imgs[IMG_MAIN_LIGHT_SLIDER], 0); in create_widget4()
|
D | lv_demo_high_res_util.c | 424 lv_obj_set_style_bg_image_src(obj, pair[0], 0); in lv_demo_high_res_theme_observer_obj_bg_image_src_cb() 427 lv_obj_set_style_bg_image_src(obj, pair[1], 0); in lv_demo_high_res_theme_observer_obj_bg_image_src_cb()
|
D | lv_demo_high_res_app_ev_charging.c | 497 …lv_obj_set_style_bg_image_src(widget, c->imgs[is_animating ? IMG_EV_CHARGING_WIDGET3_BG : IMG_EV_C… in create_widget3() 578 …lv_obj_set_style_bg_image_src(widget, c->imgs[was_charging ? IMG_EV_CHARGING_WIDGET3_1_BG : IMG_EV… in charging_status_box_clicked_cb()
|
/lvgl-latest/src/ |
D | lv_api_map_v8.h | 288 #define lv_obj_set_style_bg_img_src lv_obj_set_style_bg_image_src
|
/lvgl-latest/demos/stress/ |
D | lv_demo_stress.c | 148 lv_obj_set_style_bg_image_src(obj, LV_SYMBOL_DUMMY"Text from\nstyle", 0); in obj_test_task_cb()
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 349 void lv_obj_set_style_bg_image_src(lv_obj_t * obj, const void * value, lv_style_selector_t selector) in lv_obj_set_style_bg_image_src() function
|
D | lv_obj_style_gen.h | 808 void lv_obj_set_style_bg_image_src(lv_obj_t * obj, const void * value, lv_style_selector_t selector…
|
/lvgl-latest/demos/music/ |
D | lv_demo_music_main.c | 629 lv_obj_set_style_bg_image_src(slider_obj, &img_lv_demo_music_slider_knob, LV_PART_KNOB); in create_ctrl_box()
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 1086 lv_obj_set_style_bg_image_src(btn, LV_SYMBOL_TINT, 0); in color_changer_create()
|