Searched refs:h_max (Results 1 – 2 of 2) sorted by relevance
275 …lv_coord_t h_max = lv_obj_get_height(obj) + lv_obj_get_scroll_top(obj) + lv_obj_get_scroll_bottom(… in find_chid() local323 y_err = h_max - lv_obj_get_y(child); in find_chid()
930 lv_coord_t h_max = lv_font_get_line_height(font) + cell_top + cell_bottom; in get_row_height() local968 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()