Searched refs:get_mbs_width (Results 1 – 6 of 6) sorted by relevance
/third_party/alsa-utils/alsamixer/ |
D | utils.c | 93 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()
|
D | utils.h | 6 unsigned int get_mbs_width(const char *s);
|
D | textbox.c | 270 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()
|
D | menu_widget.c | 88 mvwprintw(widget->window, 0, (columns - 2 - get_mbs_width(title)) / 2, " %s ", title); in menu_widget_create()
|
D | device_name.c | 128 mvwprintw(form_widget.window, 0, (36 - 2 - get_mbs_width(title)) / 2, " %s ", title); in create()
|
D | mixer_display.c | 211 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()
|