Home
last modified time | relevance | path

Searched defs:cont_h (Results 1 – 1 of 1) sorted by relevance

/lvgl-3.7.0/src/extra/layouts/grid/
Dlv_grid.c407 lv_coord_t cont_h = lv_obj_get_content_height(cont); in calc() local
545 lv_coord_t cont_h = lv_obj_get_content_height(cont) - row_gap * (c->row_num - 1); in calc_rows() local