Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/label/
Dlv_label.c961 const lv_anim_t * anim_template = lv_obj_get_style_anim(obj, LV_PART_MAIN); in lv_label_refr_text()
1078 const lv_anim_t * anim_template = lv_obj_get_style_anim(obj, LV_PART_MAIN); in lv_label_refr_text()
/lvgl-latest/src/core/
Dlv_obj_style_gen.h622 static inline const lv_anim_t * lv_obj_get_style_anim(const lv_obj_t * obj, lv_part_t part) in lv_obj_get_style_anim() function