Home
last modified time | relevance | path

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

/lvgl-latest/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-latest/src/misc/
Dlv_style.h226 LV_STYLE_BG_OPA = 29, enumerator
Dlv_style.c70 [LV_STYLE_BG_OPA] = 0,
Dlv_style_gen.c290 lv_style_set_prop(style, LV_STYLE_BG_OPA, v); in lv_style_set_bg_opa()
Dlv_style_gen.h309 .prop = LV_STYLE_BG_OPA, .value = { .num = (int32_t)val } \
/lvgl-latest/src/widgets/property/
Dlv_style_properties.h37 LV_PROPERTY_ID(STYLE, BG_OPA, LV_PROPERTY_TYPE_INT, LV_STYLE_BG_OPA),
/lvgl-latest/demos/ebike/
Dlv_demo_ebike_home.c366 …static const lv_style_prop_t props[] = {LV_STYLE_BG_OPA, LV_STYLE_TRANSFORM_HEIGHT, LV_STYLE_TRANS… in bullets_create()
/lvgl-latest/src/core/
Dlv_obj_style_gen.c290 lv_obj_set_local_style_prop(obj, LV_STYLE_BG_OPA, v, selector); in lv_obj_set_style_bg_opa()
Dlv_obj_style_gen.h234 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_BG_OPA); in lv_obj_get_style_bg_opa()
/lvgl-latest/docs/details/base-widget/styles/
Dstyle.rst456 LV_STYLE_BG_OPA, LV_STYLE_BG_COLOR,
/lvgl-latest/src/themes/default/
Dlv_theme_default.c217 LV_STYLE_BG_OPA, LV_STYLE_BG_COLOR, in style_init()