Home
last modified time | relevance | path

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

/third_party/alsa-utils/alsamixer/
Dmixer_display.c53 static int first_control_x; variable
398 left = first_control_x + col * (control_width + 1); in display_string_centered_in_control()
419 left = first_control_x + col * (control_width + 1); in display_control()
589 i = first_control_x + col * (control_width + 1) + (control_width - control_name_width) / 2; in display_control()
730 first_control_x = 2 + (screen_cols - 3 - visible_controls * (control_width + 1)) / 2; in compute_controls_layout()