Searched refs:max_dim (Results 1 – 1 of 1) sorted by relevance
785 UINTN i, max_dim, best_mode, cols, rows; in text_autoresize() local788 max_dim = best_mode = 0; in text_autoresize()793 if (cols * rows > max_dim) { in text_autoresize()794 max_dim = cols * rows; in text_autoresize()798 if (max_dim > 0) in text_autoresize()