Home
last modified time | relevance | path

Searched refs:lv_layout_dsc_t (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/layouts/
Dlv_layout.c42 layout_list_def = lv_malloc(layout_cnt * sizeof(lv_layout_dsc_t)); in lv_layout_init()
60 layout_list_def = lv_realloc(layout_list_def, (layout_cnt + 1) * sizeof(lv_layout_dsc_t)); in lv_layout_register()
Dlv_layout_private.h30 } lv_layout_dsc_t; typedef
/lvgl-latest/src/core/
Dlv_global.h101 lv_layout_dsc_t * layout_list;