Home
last modified time | relevance | path

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

/third_party/alsa-utils/alsamixer/
Dmixer_display.c49 static int info_items_width; variable
128 info_items_width = right_x - info_items_left; in init_mixer_layout()
129 if (info_items_width < 1) { in init_mixer_layout()
183 display_string_in_field(1, info_items_left, card_name, info_items_width, ALIGN_LEFT); in display_card_info()
191 display_string_in_field(2, info_items_left, mixer_name, info_items_width, ALIGN_LEFT); in display_card_info()
212 if (4 + widths[0] + 6 + widths[1] + 6 + widths[2] + 1 <= info_items_width) { in display_view_mode()
231 info_items_width, ALIGN_LEFT); in display_view_mode()
259 display_string_in_field(4, info_items_left, "", info_items_width, ALIGN_LEFT); in display_focus_item_info()
323 display_string_in_field(4, info_items_left, item_info, info_items_width, ALIGN_LEFT); in display_focus_item_info()