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

  /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
vmwgfx_rr_inlines.h 83 float mm_width, mm_height; local
86 mm_height = ((float) height) * VMW_INCH_TO_MM / VMW_DPI + .5;
89 (int) mm_width, (int) mm_height);
  /xsrc/external/mit/libXrandr/dist/include/X11/extensions/
Xrandr.h 288 unsigned long mm_height; member in struct:_XRROutputInfo
  /xsrc/external/mit/xf86-video-geode/dist/src/
geode.h 213 int mm_width, mm_height; /* physical display size */ member in struct:_geodeRec
  /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 828 int mm_height; local
830 mm_height = output->mm_height;
831 if (!mm_height)
832 mm_height = (768 * 25.4) / DEFAULT_DPI;
848 dpi = (mode->VDisplay * 254) / (mm_height * 10);
2108 if (config->output[p]->mm_height)
2110 (float)config->output[p]->mm_height;
2147 if (output->mm_height)
2148 aspects[o] = (float)output->mm_width / (float)output->mm_height;
    [all...]
  /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 869 int mm_height; local
871 mm_height = output->mm_height;
872 if (!mm_height)
873 mm_height = (768 * 25.4) / DEFAULT_DPI;
888 dpi = (mode->VDisplay * 254) / (mm_height * 10);
2361 if (config->output[p]->mm_height)
2363 (float) config->output[p]->mm_height;
2402 if (output->mm_height)
2403 aspects[o] = (float) output->mm_width / (float) output->mm_height;
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
drm_mode.h 375 __u32 mm_height; /**< height in millimeters */ member in struct:drm_mode_get_connector
  /xsrc/external/mit/MesaLib/dist/include/drm-uapi/
drm_mode.h 502 /** @mm_height: Height of the connected sink in millimeters. */
503 __u32 mm_height; member in struct:drm_mode_get_connector
  /xsrc/external/mit/libdrm/dist/include/drm/
drm_mode.h 505 /** @mm_height: Height of the connected sink in millimeters. */
506 __u32 mm_height; member in struct:drm_mode_get_connector

Completed in 27 milliseconds