Home
last modified time | relevance | path

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

/third_party/alsa-utils/alsamixer/
Dtextbox.c121 static int current_top; variable
135 line_begin = mbs_at_width(text_lines[current_top + i], &width, 1); in update_text_lines()
165 begin = current_top * (text_box_y - length) / max_scroll_y; in update_y_scroll_bar()
205 top = current_top + delta; in move_y()
210 if (top != current_top) { in move_y()
211 current_top = top; in move_y()
287 if (current_top > max_scroll_y) in create()
288 current_top = max_scroll_y; in create()
331 current_top = 0; in create_text_box()