Searched refs:LV_STYLE_BG_OPA (Results 1 – 9 of 9) sorted by relevance
/lvgl-3.7.0/examples/scroll/ |
D | lv_example_scroll_4.c | 34 static const lv_style_prop_t props[] = {LV_STYLE_BG_OPA, LV_STYLE_WIDTH, 0}; in lv_example_scroll_4()
|
/lvgl-3.7.0/src/misc/ |
D | lv_style.h | 206 LV_STYLE_BG_OPA = 33, enumerator
|
D | lv_style.c | 63 [LV_STYLE_BG_OPA] = 0,
|
D | lv_style_gen.c | 200 lv_style_set_prop(style, LV_STYLE_BG_OPA, v); in lv_style_set_bg_opa()
|
D | lv_style_gen.h | 209 .prop = LV_STYLE_BG_OPA, .value = { .num = (int32_t)val } \
|
/lvgl-3.7.0/src/core/ |
D | lv_obj_style_gen.c | 200 lv_obj_set_local_style_prop(obj, LV_STYLE_BG_OPA, v, selector); in lv_obj_set_style_bg_opa()
|
D | lv_obj_style_gen.h | 153 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_BG_OPA); in lv_obj_get_style_bg_opa()
|
/lvgl-3.7.0/docs/overview/ |
D | style.md | 274 LV_STYLE_BG_OPA, LV_STYLE_BG_COLOR,
|
/lvgl-3.7.0/src/extra/themes/default/ |
D | lv_theme_default.c | 206 LV_STYLE_BG_OPA, LV_STYLE_BG_COLOR, in style_init()
|