Searched refs:root_type (Results 1 – 2 of 2) sorted by relevance
65 #define LV_DEFINE_ROOT(root_type, root_name) root_type root_name; argument75 #define LV_EXTERN_ROOT(root_type, root_name) extern root_type root_name;
41 #define LV_CLEAR_ROOT(root_type, root_name) lv_memset_00(&LV_GC_ROOT(root_name), sizeof(LV_GC_ROOT(… in _lv_gc_clear_roots() argument