Home
last modified time | relevance | path

Searched refs:LV_STYLE_BORDER_SIDE (Results 1 – 8 of 8) sorted by relevance

/lvgl-latest/src/misc/
Dlv_style.c88 [LV_STYLE_BORDER_SIDE] = 0,
410 case LV_STYLE_BORDER_SIDE: in lv_style_prop_get_default()
Dlv_style.h251 LV_STYLE_BORDER_SIDE = 52, enumerator
Dlv_style_gen.c418 lv_style_set_prop(style, LV_STYLE_BORDER_SIDE, v); in lv_style_set_border_side()
Dlv_style_gen.h389 .prop = LV_STYLE_BORDER_SIDE, .value = { .num = (int32_t)val } \
/lvgl-latest/src/widgets/property/
Dlv_style_properties.h43 …LV_PROPERTY_ID(STYLE, BORDER_SIDE, LV_PROPERTY_TYPE_INT, LV_STYLE_BORDER_SIDE),
/lvgl-latest/src/core/
Dlv_obj_style_gen.c418 lv_obj_set_local_style_prop(obj, LV_STYLE_BORDER_SIDE, v, selector); in lv_obj_set_style_border_side()
Dlv_obj_style.c869 case LV_STYLE_BORDER_SIDE: in trans_anim_cb()
Dlv_obj_style_gen.h348 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_BORDER_SIDE); in lv_obj_get_style_border_side()