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