Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/others/gridnav/
Dlv_gridnav.c275 …lv_coord_t h_max = lv_obj_get_height(obj) + lv_obj_get_scroll_top(obj) + lv_obj_get_scroll_bottom(… in find_chid() local
323 y_err = h_max - lv_obj_get_y(child); in find_chid()
/lvgl-3.7.0/src/widgets/
Dlv_table.c930 lv_coord_t h_max = lv_font_get_line_height(font) + cell_top + cell_bottom; in get_row_height() local
968 h_max = LV_MAX(lv_font_get_line_height(font) + cell_top + cell_bottom, in get_row_height()
969 h_max); in get_row_height()
979 h_max = LV_MAX(txt_size.y + cell_top + cell_bottom, h_max); in get_row_height()
986 return h_max; in get_row_height()