Lines Matching refs:rotation
46 Rotation rotation;
102 RRSetCurrentConfig (pScreen, randrp->rotation, refresh, pSize);
130 RRSetCurrentConfig (pScreen, randrp->rotation, refresh0, pSize);
196 if(randrp->rotation & (RR_Rotate_90 | RR_Rotate_270))
238 Rotation rotation,
247 Rotation oldRotation = randrp->rotation;
269 if (randrp->rotation != rotation) {
274 RRRotation.RRConfig.rotation = rotation;
280 * Currently we need to rely on HW support for rotation.
287 randrp->rotation = rotation;
291 if(randrp->rotation != oldRotation) {
295 RRRotation.RRConfig.rotation = oldRotation;
302 randrp->rotation = oldRotation;
373 return XF86RANDRINFO(pScreen)->rotation;
456 randrp->rotation = RR_Rotate_0;