Searched refs:lv_style_set_border_opa (Results 1 – 8 of 8) sorted by relevance
/lvgl-3.5.0/examples/styles/ |
D | lv_example_style_3.c | 20 lv_style_set_border_opa(&style, LV_OPA_50); in lv_example_style_3()
|
/lvgl-3.5.0/demos/benchmark/ |
D | lv_demo_benchmark.c | 130 lv_style_set_border_opa(&style_common, opa_mode ? LV_OPA_50 : LV_OPA_COVER); in border_cb() 139 lv_style_set_border_opa(&style_common, opa_mode ? LV_OPA_50 : LV_OPA_COVER); in border_rounded_cb() 149 lv_style_set_border_opa(&style_common, opa_mode ? LV_OPA_50 : LV_OPA_COVER); in border_circle_cb() 158 lv_style_set_border_opa(&style_common, opa_mode ? LV_OPA_50 : LV_OPA_COVER); in border_top_cb() 169 lv_style_set_border_opa(&style_common, opa_mode ? LV_OPA_50 : LV_OPA_COVER); in border_left_cb() 179 lv_style_set_border_opa(&style_common, opa_mode ? LV_OPA_50 : LV_OPA_COVER); in border_top_left_cb() 189 lv_style_set_border_opa(&style_common, opa_mode ? LV_OPA_50 : LV_OPA_COVER); in border_left_right_cb() 199 lv_style_set_border_opa(&style_common, opa_mode ? LV_OPA_50 : LV_OPA_COVER); in border_top_bottom_cb() 508 lv_style_set_border_opa(&style_common, opa_mode ? LV_OPA_50 : LV_OPA_COVER); in sub_border_cb()
|
/lvgl-3.5.0/examples/widgets/btn/ |
D | lv_example_btn_2.c | 20 lv_style_set_border_opa(&style, LV_OPA_40); in lv_example_btn_2()
|
/lvgl-3.5.0/examples/widgets/btnmatrix/ |
D | lv_example_btnmatrix_3.c | 42 lv_style_set_border_opa(&style_btn, LV_OPA_50); in lv_example_btnmatrix_3()
|
/lvgl-3.5.0/examples/get_started/ |
D | lv_example_get_started_2.c | 25 lv_style_set_border_opa(&style_btn, LV_OPA_20); in style_init()
|
/lvgl-3.5.0/src/misc/ |
D | lv_style_gen.c | 299 void lv_style_set_border_opa(lv_style_t * style, lv_opa_t value) in lv_style_set_border_opa() function
|
D | lv_style_gen.h | 38 void lv_style_set_border_opa(lv_style_t * style, lv_opa_t value);
|
/lvgl-3.5.0/src/extra/themes/default/ |
D | lv_theme_default.c | 487 lv_style_set_border_opa(&styles->menu_cont, LV_OPA_10); in style_init() 495 lv_style_set_border_opa(&styles->menu_sidebar_cont, LV_OPA_10); in style_init()
|