Lines Matching refs:mmHeight
47 int mmHeight; member
487 randrp->mmWidth, randrp->mmHeight); in xf86RandR12GetInfo()
510 Bool useVirtual, int mmWidth, int mmHeight) in xf86RandR12SetMode() argument
517 int oldmmHeight = pScreen->mmHeight; in xf86RandR12SetMode()
537 pScreen->mmWidth = mmHeight; in xf86RandR12SetMode()
538 pScreen->mmHeight = mmWidth; in xf86RandR12SetMode()
544 pScreen->mmHeight = mmHeight; in xf86RandR12SetMode()
561 pScreen->mmHeight = oldmmHeight; in xf86RandR12SetMode()
640 pSize->mmHeight)) { in xf86RandR12SetConfig()
680 CARD16 height, CARD32 mmWidth, CARD32 mmHeight) in xf86RandR12ScreenSetSize() argument
724 randrp->mmHeight = pScreen->mmHeight = mmHeight; in xf86RandR12ScreenSetSize()
757 int mmWidth, mmHeight; in xf86RandR12CreateScreenResources() local
795 mmHeight = height * 25.4 / monitorResolution; in xf86RandR12CreateScreenResources()
808 mmHeight = output->conf_monitor->mon_height; in xf86RandR12CreateScreenResources()
815 mmHeight = height * 25.4 / DEFAULT_DPI; in xf86RandR12CreateScreenResources()
820 mmWidth, mmHeight); in xf86RandR12CreateScreenResources()
828 xf86RandR12ScreenSetSize(pScreen, width, height, mmWidth, mmHeight); in xf86RandR12CreateScreenResources()
881 randrp->mmHeight = pScreen->mmHeight; in xf86RandR12Init()