Home
last modified time | relevance | path

Searched refs:LV_STYLE_BG_OPA (Results 1 – 9 of 9) sorted by relevance

/lvgl-3.7.0/examples/scroll/
Dlv_example_scroll_4.c34 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/
Dlv_style.h206 LV_STYLE_BG_OPA = 33, enumerator
Dlv_style.c63 [LV_STYLE_BG_OPA] = 0,
Dlv_style_gen.c200 lv_style_set_prop(style, LV_STYLE_BG_OPA, v); in lv_style_set_bg_opa()
Dlv_style_gen.h209 .prop = LV_STYLE_BG_OPA, .value = { .num = (int32_t)val } \
/lvgl-3.7.0/src/core/
Dlv_obj_style_gen.c200 lv_obj_set_local_style_prop(obj, LV_STYLE_BG_OPA, v, selector); in lv_obj_set_style_bg_opa()
Dlv_obj_style_gen.h153 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/
Dstyle.md274 LV_STYLE_BG_OPA, LV_STYLE_BG_COLOR,
/lvgl-3.7.0/src/extra/themes/default/
Dlv_theme_default.c206 LV_STYLE_BG_OPA, LV_STYLE_BG_COLOR, in style_init()