Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_style.h202 LV_STYLE_Y = 9, enumerator
Dlv_style.c46 [LV_STYLE_Y] = LV_STYLE_PROP_FLAG_LAYOUT_UPDATE,
Dlv_style_gen.c82 lv_style_set_prop(style, LV_STYLE_Y, v); in lv_style_set_y()
Dlv_style_gen.h179 .prop = LV_STYLE_Y, .value = { .num = (int32_t)val } \
/lvgl-latest/src/widgets/property/
Dlv_style_properties.h129 LV_PROPERTY_ID(STYLE, Y, LV_PROPERTY_TYPE_INT, LV_STYLE_Y),
/lvgl-latest/src/core/
Dlv_obj_style_gen.c82 lv_obj_set_local_style_prop(obj, LV_STYLE_Y, v, selector); in lv_obj_set_style_y()
Dlv_obj_pos.c80 res_y = lv_obj_get_local_style_prop(obj, LV_STYLE_Y, &v_y, 0); in lv_obj_set_y()
Dlv_obj_style_gen.h72 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_Y); in lv_obj_get_style_y()