Lines Matching defs:rotation
60 Rotation rotation; /* current mode */
131 RRSetCurrentConfig(pScreen, pRandr->rotation, refresh, pSize);
154 RRSetCurrentConfig(pScreen, pRandr->rotation, refresh0, pSize);
198 if (pRandr->rotation & (RR_Rotate_90 | RR_Rotate_270)) {
249 GXRandRSetConfig(ScreenPtr pScreen, Rotation rotation,
259 Rotation oldRotation = pRandr->rotation;
261 pRandr->rotation = rotation;
308 pRandr->rotation = oldRotation;
340 return pRandr->rotation;
344 GXRandRInit(ScreenPtr pScreen, int rotation)
379 pRandr->rotation = RR_Rotate_0;
380 pRandr->supported_rotations = rotation;