Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/layouts/grid/
Dlv_grid.c20 #define IS_CONTENT(x) (x == LV_COORD_MAX - 101) macro
439 if(IS_CONTENT(col_templ[i])) { in calc_cols()
466 else if(IS_CONTENT(x)) { in calc_cols()
508 if(IS_CONTENT(row_templ[i])) { in calc_rows()
535 else if(IS_CONTENT(x)) { in calc_rows()