Searched refs:lv_obj_set_style_bg_image_tiled (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_bg_image.c | 51 lv_obj_set_style_bg_image_tiled(obj, true, 0); in test_func_1() 57 lv_obj_set_style_bg_image_tiled(obj, true, 0); in test_func_1() 64 lv_obj_set_style_bg_image_tiled(obj, true, 0); in test_func_1() 71 lv_obj_set_style_bg_image_tiled(obj, true, 0); in test_func_1()
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 381 void lv_obj_set_style_bg_image_tiled(lv_obj_t * obj, bool value, lv_style_selector_t selector) in lv_obj_set_style_bg_image_tiled() function
|
D | lv_obj_style_gen.h | 812 void lv_obj_set_style_bg_image_tiled(lv_obj_t * obj, bool value, lv_style_selector_t selector);
|