Searched refs:lv_obj_set_style_line_opa (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/examples/widgets/scale/ |
D | lv_example_scale_8.c | 28 lv_obj_set_style_line_opa(scale_line, LV_OPA_50, LV_PART_ITEMS); in lv_example_scale_8()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_smart_meter.c | 465 lv_obj_set_style_line_opa(chart, LV_OPA_40, 0); in create_widget2() 656 lv_obj_set_style_line_opa(chart, LV_OPA_40, 0); in create_widget3()
|
D | lv_demo_high_res_top_margin.c | 277 lv_obj_set_style_line_opa(divider, LV_OPA_10, 0); in create_perfmon()
|
D | lv_demo_high_res_app_ev_charging.c | 379 lv_obj_set_style_line_opa(chart, LV_OPA_40, 0); in create_widget2()
|
D | lv_demo_high_res_app_thermostat.c | 188 lv_obj_set_style_line_opa(chart, LV_OPA_40, 0); in create_widget1()
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 573 void lv_obj_set_style_line_opa(lv_obj_t * obj, lv_opa_t value, lv_style_selector_t selector) in lv_obj_set_style_line_opa() function
|
D | lv_obj_style_gen.h | 836 void lv_obj_set_style_line_opa(lv_obj_t * obj, lv_opa_t value, lv_style_selector_t selector);
|