Lines Matching refs:mmWidth
43 int mmWidth; member
85 RRModeMM.mmWidth = randrp->mmWidth; in xf86RandRGetInfo()
94 RRModeMM.mmWidth, RRModeMM.mmHeight); in xf86RandRGetInfo()
112 RRModeMM.mmWidth = randrp->mmWidth; in xf86RandRGetInfo()
121 RRModeMM.mmWidth, RRModeMM.mmHeight); in xf86RandRGetInfo()
147 Bool useVirtual, int mmWidth, int mmHeight) in xf86RandRSetMode() argument
153 int oldmmWidth = pScreen->mmWidth; in xf86RandRSetMode()
181 RRModeMM.mmWidth = mmWidth; in xf86RandRSetMode()
186 mmWidth = RRModeMM.mmWidth; in xf86RandRSetMode()
193 pScreen->mmWidth = mmHeight; in xf86RandRSetMode()
194 pScreen->mmHeight = mmWidth; in xf86RandRSetMode()
199 pScreen->mmWidth = mmWidth; in xf86RandRSetMode()
205 pScreen->mmWidth = oldmmWidth; in xf86RandRSetMode()
288 (pScreen, mode, useVirtual, pSize->mmWidth, pSize->mmHeight)) { in xf86RandRSetConfig()
386 randrp->mmWidth = newmmWidth; in xf86RandRSetNewVirtualAndDimensions()
396 TRUE, pScreen->mmWidth, pScreen->mmHeight)); in xf86RandRSetNewVirtualAndDimensions()
434 randrp->mmWidth = pScreen->mmWidth; in xf86RandRInit()