Home
last modified time | relevance | path

Searched refs:LV_STYLE_BORDER_WIDTH (Results 1 – 9 of 9) sorted by relevance

/lvgl-latest/examples/styles/
Dlv_example_style_10.c9 …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-latest/src/misc/
Dlv_style.h247 LV_STYLE_BORDER_WIDTH = 48, enumerator
Dlv_style.c87 [LV_STYLE_BORDER_WIDTH] = LV_STYLE_PROP_FLAG_LAYOUT_UPDATE,
Dlv_style_gen.c410 lv_style_set_prop(style, LV_STYLE_BORDER_WIDTH, v); in lv_style_set_border_width()
Dlv_style_gen.h384 .prop = LV_STYLE_BORDER_WIDTH, .value = { .num = (int32_t)val } \
/lvgl-latest/src/widgets/property/
Dlv_style_properties.h44 …V_PROPERTY_ID(STYLE, BORDER_WIDTH, LV_PROPERTY_TYPE_INT, LV_STYLE_BORDER_WIDTH),
/lvgl-latest/src/core/
Dlv_obj_style_gen.c410 lv_obj_set_local_style_prop(obj, LV_STYLE_BORDER_WIDTH, v, selector); in lv_obj_set_style_border_width()
Dlv_obj_style.c524 else if(lv_style_get_prop(style, LV_STYLE_BORDER_WIDTH, &v)) layout_diff = true; in lv_obj_style_state_compare()
Dlv_obj_style_gen.h342 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_BORDER_WIDTH); in lv_obj_get_style_border_width()