Searched refs:LV_STYLE_BORDER_POST (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/src/misc/ |
D | lv_style.h | 252 LV_STYLE_BORDER_POST = 53, enumerator
|
D | lv_style.c | 89 [LV_STYLE_BORDER_POST] = 0,
|
D | lv_style_gen.c | 426 lv_style_set_prop(style, LV_STYLE_BORDER_POST, v); in lv_style_set_border_post()
|
D | lv_style_gen.h | 394 .prop = LV_STYLE_BORDER_POST, .value = { .num = (int32_t)val } \
|
/lvgl-latest/src/widgets/property/ |
D | lv_style_properties.h | 42 …LV_PROPERTY_ID(STYLE, BORDER_POST, LV_PROPERTY_TYPE_INT, LV_STYLE_BORDER_POST),
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 426 lv_obj_set_local_style_prop(obj, LV_STYLE_BORDER_POST, v, selector); in lv_obj_set_style_border_post()
|
D | lv_obj_style.c | 870 case LV_STYLE_BORDER_POST: in trans_anim_cb()
|
D | lv_obj_style_gen.h | 354 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_BORDER_POST); in lv_obj_get_style_border_post()
|