Searched refs:layout_list_def (Results 1 – 3 of 3) sorted by relevance
17 #define layout_list_def LV_GLOBAL_DEFAULT()->layout_list macro42 layout_list_def = lv_malloc(layout_cnt * sizeof(lv_layout_dsc_t)); in lv_layout_init()55 lv_free(layout_list_def); in lv_layout_deinit()60 layout_list_def = lv_realloc(layout_list_def, (layout_cnt + 1) * sizeof(lv_layout_dsc_t)); in lv_layout_register()61 LV_ASSERT_MALLOC(layout_list_def); in lv_layout_register()63 layout_list_def[layout_cnt].cb = cb; in lv_layout_register()64 layout_list_def[layout_cnt].user_data = user_data; in lv_layout_register()72 void * user_data = layout_list_def[layout_id].user_data; in lv_layout_apply()73 layout_list_def[layout_id].cb(obj, user_data); in lv_layout_apply()
19 #define layout_list_def LV_GLOBAL_DEFAULT()->layout_list macro97 layout_list_def[LV_LAYOUT_FLEX].cb = flex_update; in lv_flex_init()98 layout_list_def[LV_LAYOUT_FLEX].user_data = NULL; in lv_flex_init()
20 #define layout_list_def LV_GLOBAL_DEFAULT()->layout_list macro146 layout_list_def[LV_LAYOUT_GRID].cb = grid_update; in lv_grid_init()147 layout_list_def[LV_LAYOUT_GRID].user_data = NULL; in lv_grid_init()