Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_style.h500 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.c352 return lv_style_get_prop_inlined(style, prop, value); in lv_style_get_prop()
/lvgl-latest/src/core/
Dlv_obj_style.c740 found = lv_style_get_prop_inlined(obj_style->style, prop, v); in get_prop_core()
760 found = lv_style_get_prop_inlined(obj_style->style, prop, v); in get_prop_core()
Dlv_obj.c930 …if(lv_style_get_prop_inlined(obj_style->style, LV_STYLE_TRANSITION, &v) != LV_STYLE_RES_FOUND) con… in update_obj_state()