Home
last modified time | relevance | path

Searched refs:LV_STYLE_RES_NOT_FOUND (Results 1 – 2 of 2) sorted by relevance

/lvgl-3.7.0/src/misc/
Dlv_style.h288 LV_STYLE_RES_NOT_FOUND, enumerator
464 return LV_STYLE_RES_NOT_FOUND; in lv_style_get_prop_inlined()
467 if(style->prop_cnt == 0) return LV_STYLE_RES_NOT_FOUND; in lv_style_get_prop_inlined()
495 return LV_STYLE_RES_NOT_FOUND; in lv_style_get_prop_inlined()
/lvgl-3.7.0/src/core/
Dlv_obj_style.c227 lv_style_res_t found = LV_STYLE_RES_NOT_FOUND; in lv_obj_get_style_prop()
297 return LV_STYLE_RES_NOT_FOUND; in lv_obj_get_local_style_prop()
665 else return LV_STYLE_RES_NOT_FOUND; in get_prop_core()