Home
last modified time | relevance | path

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

/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dhud_misc_window.c726 int min_len_y = 0; in get_min_hud_misc_len_y() local
728 return min_len_y; in get_min_hud_misc_len_y()
729 min_len_y = windows_list.window[misc_win].len_y; in get_min_hud_misc_len_y()
732 min_len_y -= num_disp_stat * side_stats_bar_height; in get_min_hud_misc_len_y()
733 min_len_y += min_side_stats_bar * side_stats_bar_height; in get_min_hud_misc_len_y()
735 min_len_y += quickbar_misc_sep; in get_min_hud_misc_len_y()
736 return min_len_y; in get_min_hud_misc_len_y()
H A Dtabs.c46 new_height = max2i(new_height, win->min_len_y); in do_scale_stats_handler()
137 new_height = max2i(new_height, win->min_len_y); in do_scale_help_handler()
228 new_height = max2i(new_height, win->min_len_y); in do_scale_info_handler()
H A Delwindows.h44 int min_len_x, min_len_y; /*!< for resizable windows, the minimum width and height */ member
H A Dsession.c126 win->min_len_y = y_offset + (NUM_SKILLS + 6) * y_step; in set_content_widths()
H A Delwindows.c1372 windows_list.window[win_id].min_len_y= 0; in init_window()
1878 if (new_height < win->min_len_y) new_height = win->min_len_y; in resize_window()
2428 windows_list.window[win_id].min_len_y = height; in set_window_min_size()
H A Dknowledge.c584 win->min_len_y = progressbox_y_len + 2*text_border + win->small_font_len_y; in set_content_widths()
H A Dcounters.c672 win->min_len_y = 2 * gap_x + (NUM_COUNTERS - 1) * button_sep + NUM_COUNTERS * button_height; in set_content_widths()
H A Dstats.c834 win->min_len_y = 24 * win->small_font_len_y; in set_content_widths()