Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/core/
Dlv_obj_class.c107 lv_obj_enable_style_refresh(false); in lv_obj_class_init_obj()
112 lv_obj_enable_style_refresh(true); in lv_obj_class_init_obj()
Dlv_obj_style.h119 void lv_obj_enable_style_refresh(bool en);
Dlv_obj.c457lv_obj_enable_style_refresh(false); /*No need to refresh the style because the object will be dele… in lv_obj_destructor()
459 lv_obj_enable_style_refresh(true); in lv_obj_destructor()
Dlv_obj_style.c218 void lv_obj_enable_style_refresh(bool en) in lv_obj_enable_style_refresh() function