Home
last modified time | relevance | path

Searched refs:min_height (Results 1 – 11 of 11) sorted by relevance

/dragonfly/contrib/dialog/
H A Dmixedgauge.c42 int height, old_height, min_height; member
298 dlg->min_height = MIN_HIGH + aItemNo; in dlg_begin_mixedgauge()
302 dlg->min_height += (2 * MARGIN); in dlg_begin_mixedgauge()
318 dlg->min_height, in dlg_begin_mixedgauge()
H A Dformbox.c359 int *min_height, in make_FORM_ELTs() argument
403 *min_height = min_h; in make_FORM_ELTs()
510 int min_width = 0, min_height = 0; in dlg_form() local
533 make_FORM_ELTs(items, item_no, &min_height, &min_width); in dlg_form()
548 form_height = min_height; in dlg_form()
620 min_height, in dlg_form()
/dragonfly/contrib/gdb-7/gdb/
H A Dax-general.c500 ax->max_height = ax->min_height = height = 0; in ax_reqs()
539 if (height < ax->min_height) in ax_reqs()
540 ax->min_height = height; in ax_reqs()
H A Dax.h121 int max_height, min_height; member
H A Dtracepoint.c687 if (aexpr->min_height < 0) in report_agent_reqs_errors()
/dragonfly/contrib/gdb-7/gdb/tui/
H A Dtui-win.c1468 int cur_total_height, total_height, min_height = 0; in new_height_ok() local
1501 min_height = MIN_CMD_WIN_HEIGHT; in new_height_ok()
1506 min_height = MIN_WIN_HEIGHT; in new_height_ok()
1516 ok = (second_win->generic.height + diff) >= min_height; in new_height_ok()
1518 ok = (first_win->generic.height + diff) >= min_height; in new_height_ok()
1535 ok = (new_height >= min_height in new_height_ok()
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_mode_config.h488 int min_width, min_height; member
/dragonfly/sys/dev/drm/
H A Ddrm_mode_config.c118 card_res->min_height = dev->mode_config.min_height; in drm_mode_getresources()
H A Ddrm_framebuffer.c282 if ((config->min_height > r->height) || (r->height > config->max_height)) { in drm_internal_framebuffer_create()
284 r->height, config->min_height, config->max_height); in drm_internal_framebuffer_create()
/dragonfly/sys/dev/drm/include/uapi/drm/
H A Ddrm_mode.h260 __u32 min_height; member
/dragonfly/sys/dev/drm/i915/
H A Dintel_display.c14489 dev->mode_config.min_height = 0; in intel_modeset_init()