Home
last modified time | relevance | path

Searched refs:lv_obj_set_style_bg_image_opa (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/tests/src/test_cases/draw/
Dtest_bg_image.c65 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/
Dlv_demo_high_res_app_smart_meter.c238 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/
Dlv_obj_style_gen.c357 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
Dlv_obj_style_gen.h809 void lv_obj_set_style_bg_image_opa(lv_obj_t * obj, lv_opa_t value, lv_style_selector_t selector);