Searched refs:min_height (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/less/
H A Dscrsize.c75 win_attributes.height -= hints.min_height;
/freebsd-13-stable/contrib/dialog/
H A Dmixedgauge.c42 int height, old_height, min_height; member in struct:__anon541
295 dlg->min_height = MIN_HIGH + aItemNo;
299 dlg->min_height += (2 * MARGIN);
315 dlg->min_height,
H A Dformbox.c357 int *min_height,
402 *min_height = min_h;
509 int min_width = 0, min_height = 0; local
532 make_FORM_ELTs(items, item_no, &min_height, &min_width);
547 form_height = min_height;
618 min_height,
355 make_FORM_ELTs(DIALOG_FORMITEM * item, int item_no, int *min_height, int *min_width) argument
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_mode.h110 __u32 min_height, max_height; member in struct:drm_mode_card_res
H A Ddrm_crtc.c1263 card_res->min_height = dev->mode_config.min_height;
2169 if ((config->min_height > r.height) || (r.height > config->max_height))
2350 if ((config->min_height > r->height) || (r->height > config->max_height)) {
2352 r->height, config->min_height, config->max_height);
H A Ddrm_crtc.h756 * @min_height: minimum pixel height on this device
787 int min_width, min_height; member in struct:drm_mode_config
/freebsd-13-stable/sys/arm/nvidia/drm2/
H A Dtegra_host1x.c202 drm_dev->mode_config.min_height = 32;
/freebsd-13-stable/sys/contrib/v4l/
H A Dvideodev2.h417 __u32 min_height; /* Minimum frame height [pixel] */ member in struct:v4l2_frmsize_stepwise

Completed in 148 milliseconds