Searched refs:LV_STYLE_BORDER_SIDE (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/src/misc/ |
D | lv_style.c | 88 [LV_STYLE_BORDER_SIDE] = 0, 410 case LV_STYLE_BORDER_SIDE: in lv_style_prop_get_default()
|
D | lv_style.h | 251 LV_STYLE_BORDER_SIDE = 52, enumerator
|
D | lv_style_gen.c | 418 lv_style_set_prop(style, LV_STYLE_BORDER_SIDE, v); in lv_style_set_border_side()
|
D | lv_style_gen.h | 389 .prop = LV_STYLE_BORDER_SIDE, .value = { .num = (int32_t)val } \
|
/lvgl-latest/src/widgets/property/ |
D | lv_style_properties.h | 43 …LV_PROPERTY_ID(STYLE, BORDER_SIDE, LV_PROPERTY_TYPE_INT, LV_STYLE_BORDER_SIDE),
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 418 lv_obj_set_local_style_prop(obj, LV_STYLE_BORDER_SIDE, v, selector); in lv_obj_set_style_border_side()
|
D | lv_obj_style.c | 869 case LV_STYLE_BORDER_SIDE: in trans_anim_cb()
|
D | lv_obj_style_gen.h | 348 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_BORDER_SIDE); in lv_obj_get_style_border_side()
|