Searched refs:LV_STYLE_BORDER_WIDTH (Results 1 – 8 of 8) sorted by relevance
/lvgl-3.7.0/examples/styles/ |
D | lv_example_style_10.c | 9 …nst lv_style_prop_t props[] = {LV_STYLE_BG_COLOR, LV_STYLE_BORDER_COLOR, LV_STYLE_BORDER_WIDTH, 0}; in lv_example_style_10()
|
/lvgl-3.7.0/src/misc/ |
D | lv_style.h | 222 LV_STYLE_BORDER_WIDTH = 50, enumerator
|
D | lv_style.c | 79 [LV_STYLE_BORDER_WIDTH] = LV_STYLE_PROP_LAYOUT_REFR,
|
D | lv_style_gen.c | 312 lv_style_set_prop(style, LV_STYLE_BORDER_WIDTH, v); in lv_style_set_border_width()
|
D | lv_style_gen.h | 279 .prop = LV_STYLE_BORDER_WIDTH, .value = { .num = (int32_t)val } \
|
/lvgl-3.7.0/src/core/ |
D | lv_obj_style_gen.c | 312 lv_obj_set_local_style_prop(obj, LV_STYLE_BORDER_WIDTH, v, selector); in lv_obj_set_style_border_width()
|
D | lv_obj_style.c | 424 else if(lv_style_get_prop(style, LV_STYLE_BORDER_WIDTH, &v)) layout_diff = true; in _lv_obj_style_state_compare()
|
D | lv_obj_style_gen.h | 255 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_BORDER_WIDTH); in lv_obj_get_style_border_width()
|