Home
last modified time | relevance | path

Searched refs:LV_STYLE_BG_GRAD (Results 1 – 5 of 5) sorted by relevance

/lvgl-3.4.0/src/misc/
Dlv_style.h194 LV_STYLE_BG_GRAD = 38, enumerator
Dlv_style_gen.h240 .prop = LV_STYLE_BG_GRAD, .value = { .ptr = val } \
Dlv_style_gen.c240 lv_style_set_prop(style, LV_STYLE_BG_GRAD, v); in lv_style_set_bg_grad()
/lvgl-3.4.0/src/core/
Dlv_obj_style_gen.c240 lv_obj_set_local_style_prop(obj, LV_STYLE_BG_GRAD, v, selector); in lv_obj_set_style_bg_grad()
Dlv_obj_style_gen.h177 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_BG_GRAD); in lv_obj_get_style_bg_grad()