Lines Matching defs:mmWidth
46 int mmWidth;
486 randrp->mmWidth, randrp->mmHeight);
509 Bool useVirtual, int mmWidth, int mmHeight)
515 int oldmmWidth = pScreen->mmWidth;
536 pScreen->mmWidth = mmHeight;
537 pScreen->mmHeight = mmWidth;
542 pScreen->mmWidth = mmWidth;
559 pScreen->mmWidth = oldmmWidth;
638 if (!xf86RandR12SetMode(pScreen, mode, useVirtual, pSize->mmWidth,
679 CARD16 height, CARD32 mmWidth, CARD32 mmHeight)
722 randrp->mmWidth = pScreen->mmWidth = mmWidth;
756 int mmWidth, mmHeight;
793 mmWidth = width * 25.4 / monitorResolution;
806 mmWidth = output->conf_monitor->mon_width;
813 mmWidth = width * 25.4 / DEFAULT_DPI;
819 mmWidth, mmHeight);
827 xf86RandR12ScreenSetSize(pScreen, width, height, mmWidth, mmHeight);
878 randrp->mmWidth = pScreen->mmWidth;