HomeSort by: relevance | last modified time | path
    Searched refs:max_height (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-command.h 46 int max = max_height ();
tui-data.h 68 virtual int max_height () const;
235 int max_height () const final override
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-command.h 46 int max = max_height ();
tui-data.h 68 virtual int max_height () const;
235 int max_height () const final override
  /src/external/gpl2/groff/dist/contrib/mm/
mmroff.pl 22 my (%cur, $rfilename, $max_height, $imacro, $max_width, @out, @indi);
72 push(@out, ".nr pict*max-height $max_height\n") if defined $max_height;
107 $max_height = $h if $h > $max_height;
  /src/external/gpl3/gdb.old/dist/gdb/
ax.h 108 int max_height, min_height;
107 int max_height, min_height; member in struct:agent_expr
ax-general.c 451 ax->max_height = ax->min_height = height = 0;
493 if (height > ax->max_height)
494 ax->max_height = height;
  /src/external/gpl3/gdb/dist/gdb/
ax.h 108 int max_height, min_height;
107 int max_height, min_height; member in struct:agent_expr
ax-general.c 451 ax->max_height = ax->min_height = height = 0;
493 if (height > ax->max_height)
494 ax->max_height = height;
  /src/external/mpl/bind/dist/tests/libtest/
qp.c 77 size_t max_height = 0; local
82 max_height = ISC_MAX(max_height, height);
84 return max_height + 1;
  /src/sys/external/bsd/drm/dist/shared-core/
drm_mode.h 107 uint32_t min_height, max_height; member in struct:drm_mode_card_res
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_display.c 532 dev->mode_config.max_height = 2048;
536 dev->mode_config.max_height = 4096;
540 dev->mode_config.max_height = 8192;
543 dev->mode_config.max_height = 16384;
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_mode_config.h 343 * @max_height: maximum fb pixel height on this device
527 int max_width, max_height; member in struct:drm_mode_config
drm_connector.h 759 * parameters max_width and max_height indicate.
774 int (*fill_modes)(struct drm_connector *connector, uint32_t max_width, uint32_t max_height);
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_kms.h 416 uint32_t max_width, uint32_t max_height);
447 u32 max_height,
vmwgfx_fb.c 61 unsigned max_height; member in struct:vmw_fb_par
149 (var->yoffset + var->yres) > par->max_height) {
677 par->max_height = fb_height;
680 par->max_height, &par->con,
vmwgfx_kms.c 1813 dev->mode_config.max_height = dev_priv->texture_max_height;
2239 uint32_t max_width, uint32_t max_height)
2258 max_height = min(max_height, dev_priv->texture_max_height);
2266 max_height = min(max_height, dev_priv->stdu_max_height);
2297 bmode->vdisplay > max_height)
2407 drm_rects[i].y2 > mode_config->max_height) {
2654 u32 max_height,
2681 (void) vmw_du_connector_fill_modes(con, max_width, max_height);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/ast/
ast_main.c 530 dev->mode_config.max_height = 2048;
533 dev->mode_config.max_height = 1200;
  /src/sys/external/bsd/drm2/dist/drm/
drm_mode_config.c 128 card_res->max_height = dev->mode_config.max_height;
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dce_virtual.c 377 adev->ddev->mode_config.max_height = 16384;
389 adev->ddev->mode_config.max_height = 16384;
  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_display.c 369 vgdev->ddev->mode_config.max_height = YRES_MAX;
  /src/sys/external/bsd/drm2/dist/drm/xen/
xen_drm_front_kms.c 333 dev->mode_config.max_height = 2047;
  /src/external/mit/xorg/lib/libxcb/files/
xvmc.h 68 uint16_t max_height; member in struct:xcb_xvmc_surface_info_t
  /src/external/gpl2/groff/dist/src/preproc/pic/
object.cpp 100 double max_height = 0.0; local
101 lookup_variable("maxpsht", &max_height);
103 || (max_height > 0.0 && sdim.y > max_height)) {
105 double yscale = dim.y/max_height;
  /src/sys/arch/arm/rockchip/
rk_drm.c 387 ddev->mode_config.max_height = RK_DRM_MAX_HEIGHT;

Completed in 47 milliseconds

1 2 3