Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/misc/
Dlv_style.h293 typedef uint8_t lv_style_res_t; typedef
413 lv_style_res_t lv_style_get_prop(const lv_style_t * style, lv_style_prop_t prop, lv_style_value_t *…
448 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()
Dlv_style.c293 lv_style_res_t lv_style_get_prop(const lv_style_t * style, lv_style_prop_t prop, lv_style_value_t *… in lv_style_get_prop()
/lvgl-3.7.0/src/core/
Dlv_obj_style.h146 lv_style_res_t lv_obj_get_local_style_prop(struct _lv_obj_t * obj, lv_style_prop_t prop, lv_style_v…
Dlv_obj_style.c47 static lv_style_res_t get_prop_core(const lv_obj_t * obj, lv_part_t part, lv_style_prop_t prop, lv_…
227 lv_style_res_t found = LV_STYLE_RES_NOT_FOUND; in lv_obj_get_style_prop()
286 lv_style_res_t lv_obj_get_local_style_prop(lv_obj_t * obj, lv_style_prop_t prop, lv_style_value_t *… in lv_obj_get_local_style_prop()
601 static lv_style_res_t get_prop_core(const lv_obj_t * obj, lv_part_t part, lv_style_prop_t prop, lv_… in get_prop_core()
610 lv_style_res_t found; in get_prop_core()