Searched refs:text_box_x (Results 1 – 1 of 1) sorted by relevance
/third_party/alsa-utils/alsamixer/ |
D | textbox.c | 118 static int text_box_x; variable 140 width = text_box_x - (width > current_left); in update_text_lines() 148 rest_of_line = text_box_x + 1 - cur_x; in update_text_lines() 166 mvwvline(text_widget.window, 1, text_box_x + 1, ' ', text_box_y); in update_y_scroll_bar() 167 mvwvline(text_widget.window, begin + 1, text_box_x + 1, ACS_BOARD, length); in update_y_scroll_bar() 177 length = text_box_x * text_box_x / max_line_width; in update_x_scroll_bar() 178 if (length >= text_box_x) in update_x_scroll_bar() 180 begin = current_left * (text_box_x - length) / max_scroll_x; in update_x_scroll_bar() 181 mvwhline(text_widget.window, text_box_y + 1, 1, ' ', text_box_x); in update_x_scroll_bar() 278 text_box_x = width; in create() [all …]
|