Searched refs:lv_obj_set_style_bg_image_opa (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_bg_image.c | 65 lv_obj_set_style_bg_image_opa(obj, LV_OPA_50, 0); in test_func_1() 72 lv_obj_set_style_bg_image_opa(obj, LV_OPA_50, 0); in test_func_1()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_smart_meter.c | 238 lv_obj_set_style_bg_image_opa(part1, lv_map(val, 0, 1000, 255, 0), 0); in widget1_open_part1_anim_cb() 239 lv_obj_set_style_bg_image_opa(part2, lv_map(val, 0, 1000, 0, 255), 0); in widget1_open_part1_anim_cb() 263 lv_obj_set_style_bg_image_opa(part1, lv_map(val, 0, 1000, 0, 255), 0); in widget1_open_part2_anim_cb() 264 lv_obj_set_style_bg_image_opa(part2, lv_map(val, 0, 1000, 255, 0), 0); in widget1_open_part2_anim_cb() 324 lv_obj_set_style_bg_image_opa(part2, LV_OPA_TRANSP, 0); in create_widget1()
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 357 void lv_obj_set_style_bg_image_opa(lv_obj_t * obj, lv_opa_t value, lv_style_selector_t selector) in lv_obj_set_style_bg_image_opa() function
|
D | lv_obj_style_gen.h | 809 void lv_obj_set_style_bg_image_opa(lv_obj_t * obj, lv_opa_t value, lv_style_selector_t selector);
|