Home
last modified time | relevance | path

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

/third_party/alsa-utils/alsamixer/
Dtextbox.c115 static unsigned int text_lines_count; variable
160 if (max_scroll_y <= 0 || text_lines_count == 0) in update_y_scroll_bar()
162 length = text_box_y * text_box_y / text_lines_count; in update_y_scroll_bar()
274 text_box_y = text_lines_count; in create()
277 max_scroll_y = text_lines_count - text_box_y; in create()
306 for (i = 0; i < text_lines_count; ++i) in on_close()
326 text_lines_count = count; in create_text_box()