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