Lines Matching defs:RRRotation
133 xorgRRRotation RRRotation;
135 RRRotation.RRRotations = *rotations;
136 if (!(*scrp->DriverFunc) (scrp, RR_GET_INFO, &RRRotation))
138 *rotations = RRRotation.RRRotations;
268 xorgRRRotation RRRotation;
270 RRRotation.RRConfig.rotation = rotation;
271 RRRotation.RRConfig.rate = rate;
272 RRRotation.RRConfig.width = pSize->width;
273 RRRotation.RRConfig.height = pSize->height;
278 if (!(*scrp->DriverFunc) (scrp, RR_SET_CONFIG, &RRRotation))
292 xorgRRRotation RRRotation;
294 RRRotation.RRConfig.rotation = oldRotation;
295 RRRotation.RRConfig.rate =
297 RRRotation.RRConfig.width = scrp->virtualX;
298 RRRotation.RRConfig.height = scrp->virtualY;
299 (*scrp->DriverFunc) (scrp, RR_SET_CONFIG, &RRRotation);