Home
last modified time | relevance | path

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

/lvgl-3.7.0/examples/styles/
Dlv_example_style_10.c9 …static const lv_style_prop_t props[] = {LV_STYLE_BG_COLOR, LV_STYLE_BORDER_COLOR, LV_STYLE_BORDER_… in lv_example_style_10()
/lvgl-3.7.0/examples/widgets/slider/
Dlv_example_slider_2.c10 static const lv_style_prop_t props[] = {LV_STYLE_BG_COLOR, 0}; in lv_example_slider_2()
/lvgl-3.7.0/src/misc/
Dlv_style.c62 [LV_STYLE_BG_COLOR] = 0,
320 case LV_STYLE_BG_COLOR: in lv_style_prop_get_default()
Dlv_style.h205 LV_STYLE_BG_COLOR = 32, enumerator
Dlv_style_gen.c192 lv_style_set_prop(style, LV_STYLE_BG_COLOR, v); in lv_style_set_bg_color()
Dlv_style_gen.h204 .prop = LV_STYLE_BG_COLOR, .value = { .color = val } \
/lvgl-3.7.0/docs/overview/
Dstyle.md152 lv_style_remove_prop(&style, LV_STYLE_BG_COLOR);
158 lv_res_t res = lv_style_get_prop(&style, LV_STYLE_BG_COLOR, &v);
274 LV_STYLE_BG_OPA, LV_STYLE_BG_COLOR,
/lvgl-3.7.0/src/core/
Dlv_obj_style_gen.h141 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_BG_COLOR); in lv_obj_get_style_bg_color()
147 …= _lv_obj_style_apply_color_filter(obj, part, lv_obj_get_style_prop(obj, part, LV_STYLE_BG_COLOR)); in lv_obj_get_style_bg_color_filtered()
Dlv_obj_style_gen.c192 lv_obj_set_local_style_prop(obj, LV_STYLE_BG_COLOR, v, selector); in lv_obj_set_style_bg_color()
Dlv_obj_style.c780 case LV_STYLE_BG_COLOR: in trans_anim_cb()
/lvgl-3.7.0/src/extra/themes/default/
Dlv_theme_default.c206 LV_STYLE_BG_OPA, LV_STYLE_BG_COLOR, in style_init()