Home
last modified time | relevance | path

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

/third_party/alsa-utils/alsamixer/
Dutils.c93 unsigned int get_mbs_width(const char *s) in get_mbs_width() function
111 len = get_mbs_width(s[i]); in get_max_mbs_width()
Dutils.h6 unsigned int get_mbs_width(const char *s);
Dtextbox.c270 len = get_mbs_width(title) + 2; in create()
285 mvwprintw(text_widget.window, 0, (text_box_x + 2 - get_mbs_width(title) - 2) / 2, " %s ", title); in create()
Dmenu_widget.c88 mvwprintw(widget->window, 0, (columns - 2 - get_mbs_width(title)) / 2, " %s ", title); in menu_widget_create()
Ddevice_name.c128 mvwprintw(form_widget.window, 0, (36 - 2 - get_mbs_width(title)) / 2, " %s ", title); in create()
Dmixer_display.c211 widths[i] = get_mbs_width(modes[i]); in display_view_mode()
339 int width = get_mbs_width(s); in center_string()
561 i = get_mbs_width(s); in display_control()