Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_style.h252 LV_STYLE_BORDER_POST = 53, enumerator
Dlv_style.c89 [LV_STYLE_BORDER_POST] = 0,
Dlv_style_gen.c426 lv_style_set_prop(style, LV_STYLE_BORDER_POST, v); in lv_style_set_border_post()
Dlv_style_gen.h394 .prop = LV_STYLE_BORDER_POST, .value = { .num = (int32_t)val } \
/lvgl-latest/src/widgets/property/
Dlv_style_properties.h42 …LV_PROPERTY_ID(STYLE, BORDER_POST, LV_PROPERTY_TYPE_INT, LV_STYLE_BORDER_POST),
/lvgl-latest/src/core/
Dlv_obj_style_gen.c426 lv_obj_set_local_style_prop(obj, LV_STYLE_BORDER_POST, v, selector); in lv_obj_set_style_border_post()
Dlv_obj_style.c870 case LV_STYLE_BORDER_POST: in trans_anim_cb()
Dlv_obj_style_gen.h354 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_BORDER_POST); in lv_obj_get_style_border_post()