Home
last modified time | relevance | path

Searched refs:lv_style_set_border_opa (Results 1 – 8 of 8) sorted by relevance

/lvgl-3.5.0/examples/styles/
Dlv_example_style_3.c20 lv_style_set_border_opa(&style, LV_OPA_50); in lv_example_style_3()
/lvgl-3.5.0/demos/benchmark/
Dlv_demo_benchmark.c130 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/
Dlv_example_btn_2.c20 lv_style_set_border_opa(&style, LV_OPA_40); in lv_example_btn_2()
/lvgl-3.5.0/examples/widgets/btnmatrix/
Dlv_example_btnmatrix_3.c42 lv_style_set_border_opa(&style_btn, LV_OPA_50); in lv_example_btnmatrix_3()
/lvgl-3.5.0/examples/get_started/
Dlv_example_get_started_2.c25 lv_style_set_border_opa(&style_btn, LV_OPA_20); in style_init()
/lvgl-3.5.0/src/misc/
Dlv_style_gen.c299 void lv_style_set_border_opa(lv_style_t * style, lv_opa_t value) in lv_style_set_border_opa() function
Dlv_style_gen.h38 void lv_style_set_border_opa(lv_style_t * style, lv_opa_t value);
/lvgl-3.5.0/src/extra/themes/default/
Dlv_theme_default.c487 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()