Searched refs:LV_STYLE_BG_OPA (Results 1 – 11 of 11) sorted by relevance
/lvgl-latest/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-latest/src/misc/ |
D | lv_style.h | 226 LV_STYLE_BG_OPA = 29, enumerator
|
D | lv_style.c | 70 [LV_STYLE_BG_OPA] = 0,
|
D | lv_style_gen.c | 290 lv_style_set_prop(style, LV_STYLE_BG_OPA, v); in lv_style_set_bg_opa()
|
D | lv_style_gen.h | 309 .prop = LV_STYLE_BG_OPA, .value = { .num = (int32_t)val } \
|
/lvgl-latest/src/widgets/property/ |
D | lv_style_properties.h | 37 LV_PROPERTY_ID(STYLE, BG_OPA, LV_PROPERTY_TYPE_INT, LV_STYLE_BG_OPA),
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_home.c | 366 …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/ |
D | lv_obj_style_gen.c | 290 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 | 234 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/ |
D | style.rst | 456 LV_STYLE_BG_OPA, LV_STYLE_BG_COLOR,
|
/lvgl-latest/src/themes/default/ |
D | lv_theme_default.c | 217 LV_STYLE_BG_OPA, LV_STYLE_BG_COLOR, in style_init()
|