HomeSort by: relevance | last modified time | path
    Searched defs:hdisplay (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/libxcvt/dist/cvt/
cvt.c 34 cvt_is_standard(int hdisplay, int vdisplay, float vrefresh, bool reduced, bool verbose)
38 if ((!(vdisplay % 3) && ((vdisplay * 4 / 3) == hdisplay)) ||
39 (!(vdisplay % 9) && ((vdisplay * 16 / 9) == hdisplay)) ||
40 (!(vdisplay % 10) && ((vdisplay * 16 / 10) == hdisplay)) ||
41 (!(vdisplay % 4) && ((vdisplay * 5 / 4) == hdisplay)) ||
42 (!(vdisplay % 9) && ((vdisplay * 15 / 9) == hdisplay)));
91 printf("# %dx%d %.2f Hz ", mode_info->hdisplay, mode_info->vdisplay, mode_info->vrefresh);
95 ((float) mode_info->hdisplay * mode_info->vdisplay) / 1000000.0);
98 ((mode_info->vdisplay * 4 / 3) == mode_info->hdisplay))
101 ((mode_info->vdisplay * 16 / 9) == mode_info->hdisplay))
167 int hdisplay = 0, vdisplay = 0; local
    [all...]
  /xsrc/external/mit/libxcvt/dist/include/libxcvt/
libxcvt_mode.h 42 uint32_t hdisplay; member in struct:libxcvt_mode_info
  /xsrc/external/mit/libXxf86vm/dist/include/X11/extensions/
xf86vmode.h 69 unsigned short hdisplay; member in struct:__anon6081
90 unsigned short hdisplay; member in struct:__anon6082
  /xsrc/external/mit/xf86-video-intel-old/dist/src/bios_reader/
bios_reader.c 352 int hdisplay, hsyncstart, hsyncend, htotal; local
391 hdisplay = _H_ACTIVE(timing_data);
392 hsyncstart = hdisplay + _H_SYNC_OFF(timing_data);
394 htotal = hdisplay + _H_BLANK(timing_data);
417 hdisplay, hsyncstart, hsyncend, htotal,
  /xsrc/external/mit/xf86-input-mouse/dist/src/
sun_mouse.c 419 int hdisplay = 0, vdisplay = 0; local
437 hdisplay = pScr->currentMode->HDisplay;
510 else if (absX >= hdisplay && hdisplay > 0)
511 absX = hdisplay - 1;
  /xsrc/external/mit/libdrm/dist/
xf86drmMode.h 93 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew; member in struct:_drmModeModeInfo
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
drmmode_display.c 69 int hdisplay; member in struct:fixed_panel_lvds
243 mode->HDisplay = kmode->hdisplay;
273 kmode->hdisplay = mode->HDisplay;
653 if (pModes->HDisplay > p_lvds->hdisplay ||
669 timing->h_active = mode->HDisplay;
670 timing->h_blanking = mode->HTotal - mode->HDisplay;
673 timing->h_sync_off = mode->HSyncStart - mode->HDisplay;
    [all...]
  /xsrc/external/mit/xf86-video-rendition/dist/src/
vtypes.h 74 int hdisplay; /* horizontal timing */ member in struct:verite_modeinfo_t
  /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
wsi_common_display.c 70 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew; member in struct:wsi_display_mode
158 wsi->hdisplay == drm->hdisplay &&
235 display_mode->hdisplay = drm_mode->hdisplay;
361 return (uint32_t) mode->hdisplay * (uint32_t) mode->vdisplay;
396 properties->physicalResolution.width = preferred_mode->hdisplay;
399 properties->physicalResolution.width = largest_mode->hdisplay;
624 prop->parameters.visibleRegion.width = display_mode->hdisplay;
688 return (vk->visibleRegion.width == wsi->hdisplay &
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/
wsi_common_display.c 66 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew; member in struct:wsi_display_mode
153 wsi->hdisplay == drm->hdisplay &&
230 display_mode->hdisplay = drm_mode->hdisplay;
355 return (uint32_t) mode->hdisplay * (uint32_t) mode->vdisplay;
390 properties->physicalResolution.width = preferred_mode->hdisplay;
393 properties->physicalResolution.width = largest_mode->hdisplay;
618 prop->parameters.visibleRegion.width = display_mode->hdisplay;
680 return (vk->visibleRegion.width == wsi->hdisplay &
    [all...]
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
xf86vmproto.h 119 CARD16 hdisplay; member in struct:__anon11885
144 CARD16 hdisplay; member in struct:__anon11886
159 CARD16 hdisplay; member in struct:__anon11887
179 CARD16 hdisplay; member in struct:__anon11888
211 CARD16 hdisplay; member in struct:_XF86VidModeAddModeLine
251 CARD16 hdisplay; member in struct:_XF86OldVidModeAddModeLine
279 CARD16 hdisplay; member in struct:_XF86VidModeModModeLine
303 CARD16 hdisplay; member in struct:_XF86OldVidModeModModeLine
322 CARD16 hdisplay; member in struct:_XF86VidModeValidateModeLine
351 CARD16 hdisplay; member in struct:_XF86OldVidModeValidateModeLine
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
drm_mode.h 215 __u16 hdisplay; member in struct:drm_mode_modeinfo
  /xsrc/external/mit/MesaLib/dist/include/drm-uapi/
drm_mode.h 224 * @hdisplay: horizontal display size
244 __u16 hdisplay; member in struct:drm_mode_modeinfo
  /xsrc/external/mit/libdrm/dist/include/drm/
drm_mode.h 224 * @hdisplay: horizontal display size
244 __u16 hdisplay; member in struct:drm_mode_modeinfo

Completed in 18 milliseconds