Home
last modified time | relevance | path

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

/third_party/alsa-utils/alsamixer/
Dutils.h7 unsigned int get_max_mbs_width(const char *const *s, unsigned int count);
Dutils.c105 unsigned int get_max_mbs_width(const char *const *s, unsigned int count) in get_max_mbs_width() function
Dtextbox.c327 max_line_width = get_max_mbs_width(lines, count); in create_text_box()
Dmixer_display.c119 label_width_left = get_max_mbs_width(labels_left, 4); in init_mixer_layout()
120 label_width_right = get_max_mbs_width(labels_right, 4); in init_mixer_layout()