Lines Matching full:rotation
45 Rotation rotation; member
65 xf86RandRGetInfo(ScreenPtr pScreen, Rotation * rotations) in xf86RandRGetInfo()
101 RRSetCurrentConfig(pScreen, randrp->rotation, refresh, pSize); in xf86RandRGetInfo()
127 RRSetCurrentConfig(pScreen, randrp->rotation, refresh0, pSize); in xf86RandRGetInfo()
189 if (randrp->rotation & (RR_Rotate_90 | RR_Rotate_270)) { in xf86RandRSetMode()
230 Rotation rotation, int rate, RRScreenSizePtr pSize) in xf86RandRSetConfig() argument
237 Rotation oldRotation = randrp->rotation; in xf86RandRSetConfig()
264 if (randrp->rotation != rotation) { in xf86RandRSetConfig()
270 RRRotation.RRConfig.rotation = rotation; in xf86RandRSetConfig()
276 * Currently we need to rely on HW support for rotation. in xf86RandRSetConfig()
284 randrp->rotation = rotation; in xf86RandRSetConfig()
289 if (randrp->rotation != oldRotation) { in xf86RandRSetConfig()
294 RRRotation.RRConfig.rotation = oldRotation; in xf86RandRSetConfig()
302 randrp->rotation = oldRotation; in xf86RandRSetConfig()
355 Rotation
361 return XF86RANDRINFO(pScreen)->rotation; in xf86GetRotation()
440 randrp->rotation = RR_Rotate_0; in xf86RandRInit()