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

1 2

  /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
vmwgfx_rr_inlines.h 83 float mm_width, mm_height; local
85 mm_width = ((float) width) * VMW_INCH_TO_MM / VMW_DPI + .5;
89 (int) mm_width, (int) mm_height);
  /xsrc/external/mit/xf86-video-geode/dist/src/
geode_dcon.c 123 pGeode->mm_width = 0;
149 pGeode->mm_width = 152;
lx_output.c 307 output->mm_width = pScrni->monitor->widthmm;
310 else if (pGeode->mm_width && pGeode->mm_height) {
312 output->mm_width = pScrni->monitor->widthmm = pGeode->mm_width;
geode.h 213 int mm_width, mm_height; /* physical display size */ member in struct:_geodeRec
  /xsrc/external/mit/libXrandr/dist/src/
XrrOutput.c 103 xoi->mm_width = rep.mmWidth;
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_display_fake.c 254 output->mm_width = 0;
sna_display.c 3850 output->mm_width = compat_conn.conn.mm_width;
3899 conn_mm_width = output->mm_width;
3904 if (output->mm_width != conn_mm_width || output->mm_height != conn_mm_height) {
3908 output->mm_width, output->mm_height));
3911 output->mm_width = conn_mm_width;
5334 output->mm_width = compat_conn.conn.mm_width;
7451 output->mm_width = output->conf_monitor->mon_width;
7460 if (output->mm_width == 0 || output->mm_height == 0)
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_display_fake.c 261 output->mm_width = 0;
  /xsrc/external/mit/MesaLib/dist/include/drm-uapi/
drm_mode.h 500 /** @mm_width: Width of the connected sink in millimeters. */
501 __u32 mm_width; member in struct:drm_mode_get_connector
  /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
drm_mode.h 374 __u32 mm_width; /**< width in millimeters */ member in struct:drm_mode_get_connector
  /xsrc/external/mit/libXrandr/dist/include/X11/extensions/
Xrandr.h 287 unsigned long mm_width; member in struct:_XRROutputInfo
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86Crtc.h 454 * This function may also update MonInfo, mm_width, and mm_height.
576 int mm_width, mm_height; member in struct:_xf86Output
xf86Crtc.c 2109 aspect = (float)config->output[p]->mm_width /
2148 aspects[o] = (float)output->mm_width / (float)output->mm_height;
2950 p->output->mm_width = det_mon->section.d_timings.h_size;
2972 output->mm_width = 0;
3010 if ((!output->mm_width || !output->mm_height) &&
3013 output->mm_width = edid_mon->features.hsize * 10;
xf86RandR12.c 1461 output->mm_width,
  /xsrc/external/mit/libdrm/dist/include/drm/
drm_mode.h 503 /** @mm_width: Width of the connected sink in millimeters. */
504 __u32 mm_width; member in struct:drm_mode_get_connector
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86Crtc.h 500 * This function may also update MonInfo, mm_width, and mm_height.
617 int mm_width, mm_height; member in struct:_xf86Output
xf86Crtc.c 2362 aspect = (float) config->output[p]->mm_width /
2403 aspects[o] = (float) output->mm_width / (float) output->mm_height;
3198 p->output->mm_width = det_mon->section.d_timings.h_size;
3259 output->mm_width = 0;
3299 if ((!output->mm_width || !output->mm_height) &&
3301 output->mm_width = edid_mon->features.hsize * 10;
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_kms.c 709 output->mm_width = koutput->mmWidth;
via_fp.c 1511 output->mm_width = 114;
  /xsrc/external/mit/xf86-video-qxl/dist/src/
qxl_drmmode.c 783 output->mm_width = koutput->mmWidth;
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
drmmode_display.c 1288 output->mm_width = koutput->mmWidth;
  /xsrc/external/mit/libdrm/dist/
xf86drmMode.c 577 r->mmWidth = conn.mm_width;
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
drmmode_display.c 1375 output->mm_width = koutput->mmWidth;
  /xsrc/external/mit/xrandr/dist/
xrandr.c 3577 fb_width_mm = output_info->mm_width;
3764 (int)output_info->mm_width, (int)output_info->mm_height);
  /xsrc/external/mit/xf86-video-ati/dist/src/
drmmode_display.c 1067 output->mm_width = koutput->mmWidth;

Completed in 54 milliseconds

1 2