Lines Matching refs:mmWidth
46 int mmWidth; member
487 randrp->mmWidth, randrp->mmHeight); in xf86RandR12GetInfo()
510 Bool useVirtual, int mmWidth, int mmHeight) in xf86RandR12SetMode() argument
516 int oldmmWidth = pScreen->mmWidth; in xf86RandR12SetMode()
537 pScreen->mmWidth = mmHeight; in xf86RandR12SetMode()
538 pScreen->mmHeight = mmWidth; in xf86RandR12SetMode()
543 pScreen->mmWidth = mmWidth; in xf86RandR12SetMode()
560 pScreen->mmWidth = oldmmWidth; in xf86RandR12SetMode()
639 if (!xf86RandR12SetMode(pScreen, mode, useVirtual, pSize->mmWidth, in xf86RandR12SetConfig()
680 CARD16 height, CARD32 mmWidth, CARD32 mmHeight) in xf86RandR12ScreenSetSize() argument
723 randrp->mmWidth = pScreen->mmWidth = mmWidth; in xf86RandR12ScreenSetSize()
757 int mmWidth, mmHeight; in xf86RandR12CreateScreenResources() local
794 mmWidth = width * 25.4 / monitorResolution; in xf86RandR12CreateScreenResources()
807 mmWidth = output->conf_monitor->mon_width; in xf86RandR12CreateScreenResources()
814 mmWidth = width * 25.4 / DEFAULT_DPI; in xf86RandR12CreateScreenResources()
820 mmWidth, mmHeight); in xf86RandR12CreateScreenResources()
828 xf86RandR12ScreenSetSize(pScreen, width, height, mmWidth, mmHeight); in xf86RandR12CreateScreenResources()
880 randrp->mmWidth = pScreen->mmWidth; in xf86RandR12Init()