Searched refs:LV_STYLE_BORDER_COLOR (Results 1 – 8 of 8) sorted by relevance
/lvgl-3.4.0/examples/styles/ |
D | lv_example_style_10.c | 9 …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.4.0/src/misc/ |
D | lv_style.c | 242 case LV_STYLE_BORDER_COLOR: in lv_style_prop_get_default()
|
D | lv_style.h | 206 LV_STYLE_BORDER_COLOR = 48, enumerator
|
D | lv_style_gen.h | 280 .prop = LV_STYLE_BORDER_COLOR, .value = { .color = val } \
|
D | lv_style_gen.c | 304 lv_style_set_prop(style, LV_STYLE_BORDER_COLOR, v); in lv_style_set_border_color()
|
/lvgl-3.4.0/src/core/ |
D | lv_obj_style_gen.c | 304 lv_obj_set_local_style_prop(obj, LV_STYLE_BORDER_COLOR, v, selector); in lv_obj_set_style_border_color()
|
D | lv_obj_style.c | 721 case LV_STYLE_BORDER_COLOR: in trans_anim_cb()
|
D | lv_obj_style_gen.h | 225 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_BORDER_COLOR); in lv_obj_get_style_border_color()
|