Searched refs:top_obj (Results 1 – 1 of 1) sorted by relevance
48 static void refr_obj_and_children(lv_layer_t * layer, lv_obj_t * top_obj);867 static void refr_obj_and_children(lv_layer_t * layer, lv_obj_t * top_obj) in refr_obj_and_children() argument872 if(top_obj == NULL) top_obj = lv_display_get_screen_active(disp_refr); in refr_obj_and_children()873 if(top_obj == NULL) return; /*Shouldn't happen*/ in refr_obj_and_children()877 refr_obj(layer, top_obj); in refr_obj_and_children()881 lv_obj_t * border_p = top_obj; in refr_obj_and_children()883 parent = lv_obj_get_parent(top_obj); in refr_obj_and_children()