Lines Matching refs:volume_height
58 static int volume_height; variable
426 mvwaddch(mixer_widget.window, base_y - volume_height - 1, frame_left, ACS_ULCORNER); in display_control()
430 mvwvline(mixer_widget.window, base_y - volume_height, frame_left, ACS_VLINE, volume_height); in display_control()
431 mvwvline(mixer_widget.window, base_y - volume_height, frame_left + 3, ACS_VLINE, volume_height); in display_control()
468 bar_height = lrint(volumes[c] * volume_height); in display_control()
469 for (i = 0; i < volume_height; ++i) { in display_control()
479 else if (i > volume_height * 8 / 10) in display_control()
481 else if (i > volume_height * 4 / 10) in display_control()
491 clickable_set(base_y - volume_height, frame_left + 1, base_y, frame_left + 2, in display_control()
749 volume_height = 1; in compute_controls_layout()
751 volume_height = space; in compute_controls_layout()
753 volume_height = 10 + (space - 10) / 2; in compute_controls_layout()
754 height += volume_height; in compute_controls_layout()