Lines Matching defs:RRRotation
136 xorgRRRotation RRRotation;
138 RRRotation.RRRotations = *rotations;
139 if (!(*scrp->DriverFunc)(scrp, RR_GET_INFO, &RRRotation))
141 *rotations = RRRotation.RRRotations;
273 xorgRRRotation RRRotation;
274 RRRotation.RRConfig.rotation = rotation;
275 RRRotation.RRConfig.rate = rate;
276 RRRotation.RRConfig.width = pSize->width;
277 RRRotation.RRConfig.height = pSize->height;
282 if (!(*scrp->DriverFunc)(scrp, RR_SET_CONFIG, &RRRotation))
294 xorgRRRotation RRRotation;
295 RRRotation.RRConfig.rotation = oldRotation;
296 RRRotation.RRConfig.rate = xf86RandRModeRefresh (scrp->currentMode);
297 RRRotation.RRConfig.width = scrp->virtualX;
298 RRRotation.RRConfig.height = scrp->virtualY;
299 (*scrp->DriverFunc)(scrp, RR_SET_CONFIG, &RRRotation);