Home
last modified time | relevance | path

Searched refs:lv_style_get_prop_inlined (Results 1 – 3 of 3) sorted by relevance

/lvgl-3.7.0/src/misc/
Dlv_style.h448 static inline lv_style_res_t lv_style_get_prop_inlined(const lv_style_t * style, lv_style_prop_t pr… in lv_style_get_prop_inlined() function
Dlv_style.c295 return lv_style_get_prop_inlined(style, prop, value); in lv_style_get_prop()
/lvgl-3.7.0/src/core/
Dlv_obj.c908 …if(lv_style_get_prop_inlined(obj_style->style, LV_STYLE_TRANSITION, &v) != LV_STYLE_RES_FOUND) con… in lv_obj_set_state()