Searched refs:min_width (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/dialog/
H A Dyesno.c54 int min_width = 25; local
65 dlg_button_layout(buttons, &min_width);
66 dlg_auto_size(title, prompt, &height, &width, 2, min_width);
H A Dmsgbox.c58 int min_width = (pauseopt == 1 ? 12 : 0); local
74 dlg_button_layout(buttons, &min_width);
79 min_width);
H A Dtailbox.c312 int min_width = 12; local
321 dlg_auto_sizefile(title, file, &height, &width, 2, min_width);
347 dlg_button_layout(buttons, &min_width);
392 dlg_button_layout(buttons, &min_width);
H A Dmixedgauge.c43 int width, old_width, min_width; member in struct:__anon952
294 dlg->min_width = MIN_WIDE + dlg->len_name + GUTTER + dlg->len_text;
314 dlg->min_width);
H A Dformbox.c358 int *min_width)
403 *min_width = min_w;
503 int min_width = 0, min_height = 0; local
514 make_FORM_ELTs(items, item_no, &min_height, &min_width);
515 dlg_button_layout(buttons, &min_width);
525 MAX(26, 2 + min_width));
355 make_FORM_ELTs(DIALOG_FORMITEM * item, int item_no, int *min_height, int *min_width) argument
H A Dtextbox.c710 int min_width = 12; local
734 dlg_button_layout(obj.buttons, &min_width);
741 dlg_auto_sizefile(title, file, &height, &width, 2, min_width);
/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
H A Ddiskeditor.c78 int height, width, min_width; local
120 min_width = 50;
124 dlg_button_layout(buttons, &min_width);
125 dlg_auto_size(title, prompt, &height, &width, 2, min_width);
/freebsd-11-stable/contrib/less/
H A Dscrsize.c74 win_attributes.width -= hints.min_width;
/freebsd-11-stable/contrib/apr/strings/
H A Dapr_snprintf.c694 register apr_size_t min_width = 0; local
772 STR_TO_DEC(fmt, min_width);
781 min_width = (apr_size_t)(-v);
784 min_width = (apr_size_t)v;
1315 if (adjust_width && adjust == RIGHT && min_width > s_len) {
1320 min_width--;
1322 PAD(min_width, s_len, pad_char);
1335 if (adjust_width && adjust == LEFT && min_width > s_len)
1336 PAD(min_width, s_len, pad_char);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_mode.h109 __u32 min_width, max_width; member in struct:drm_mode_card_res
H A Ddrm_crtc.c1265 card_res->min_width = dev->mode_config.min_width;
2166 if ((config->min_width > r.width) || (r.width > config->max_width))
2345 if ((config->min_width > r->width) || (r->width > config->max_width)) {
2347 r->width, config->min_width, config->max_width);
H A Ddrm_crtc.h755 * @min_width: minimum pixel width on this device
787 int min_width, min_height; member in struct:drm_mode_config
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_host1x.c203 drm_dev->mode_config.min_width = 32;
/freebsd-11-stable/sys/contrib/v4l/
H A Dvideodev2.h414 __u32 min_width; /* Minimum frame width [pixel] */ member in struct:v4l2_frmsize_stepwise
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_display.c9005 dev->mode_config.min_width = 0;

Completed in 228 milliseconds