Lines Matching refs:mmHeight
44 int mmHeight; member
86 RRModeMM.mmHeight = randrp->mmHeight; in xf86RandRGetInfo()
94 RRModeMM.mmWidth, RRModeMM.mmHeight); in xf86RandRGetInfo()
113 RRModeMM.mmHeight = randrp->mmHeight; in xf86RandRGetInfo()
121 RRModeMM.mmWidth, RRModeMM.mmHeight); in xf86RandRGetInfo()
147 Bool useVirtual, int mmWidth, int mmHeight) in xf86RandRSetMode() argument
154 int oldmmHeight = pScreen->mmHeight; in xf86RandRSetMode()
182 RRModeMM.mmHeight = mmHeight; in xf86RandRSetMode()
187 mmHeight = RRModeMM.mmHeight; in xf86RandRSetMode()
193 pScreen->mmWidth = mmHeight; in xf86RandRSetMode()
194 pScreen->mmHeight = mmWidth; in xf86RandRSetMode()
200 pScreen->mmHeight = mmHeight; in xf86RandRSetMode()
206 pScreen->mmHeight = oldmmHeight; in xf86RandRSetMode()
288 (pScreen, mode, useVirtual, pSize->mmWidth, pSize->mmHeight)) { in xf86RandRSetConfig()
389 randrp->mmHeight = newmmHeight; in xf86RandRSetNewVirtualAndDimensions()
396 TRUE, pScreen->mmWidth, pScreen->mmHeight)); in xf86RandRSetNewVirtualAndDimensions()
435 randrp->mmHeight = pScreen->mmHeight; in xf86RandRInit()