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

/freebsd-11-stable/contrib/less/
H A Dscrsize.c75 win_attributes.height -= hints.min_height;
/freebsd-11-stable/contrib/dialog/
H A Dmixedgauge.c42 int height, old_height, min_height; member in struct:__anon952
293 dlg->min_height = MIN_HIGH + aItemNo;
297 dlg->min_height += (2 * MARGIN);
313 dlg->min_height,
H A Dformbox.c357 int *min_height,
402 *min_height = min_h;
503 int min_width = 0, min_height = 0; local
514 make_FORM_ELTs(items, item_no, &min_height, &min_width);
528 form_height = min_height;
599 min_height,
355 make_FORM_ELTs(DIALOG_FORMITEM * item, int item_no, int *min_height, int *min_width) argument
/freebsd-11-stable/contrib/gdb/gdb/
H A Dax-general.c413 reqs->max_height = reqs->min_height = height = 0;
455 if (height < reqs->min_height)
456 reqs->min_height = height;
H A Dax.h267 int max_height, min_height;
264 int max_height, min_height; member in struct:agent_reqs
H A Dtracepoint.c994 if (areqs.min_height < 0)
1596 if (areqs.min_height < 0)
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-win.c1375 int cur_total_height, total_height, min_height = 0; local
1409 min_height = MIN_CMD_WIN_HEIGHT;
1414 min_height = MIN_WIN_HEIGHT;
1427 ok = (second_win->generic.height + diff) >= min_height;
1429 ok = (first_win->generic.height + diff) >= min_height;
1448 ok = (new_height >= min_height && total_height <= cur_total_height);
/freebsd-11-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-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_host1x.c204 drm_dev->mode_config.min_height = 32;
/freebsd-11-stable/sys/contrib/v4l/
H A Dvideodev2.h417 __u32 min_height; /* Minimum frame height [pixel] */ member in struct:v4l2_frmsize_stepwise
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_display.c9006 dev->mode_config.min_height = 0;

Completed in 178 milliseconds