Searched refs:RRRotation (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86RandR.c136 xorgRRRotation RRRotation; local in function:xf86RandRGetInfo
138 RRRotation.RRRotations = *rotations;
139 if (!(*scrp->DriverFunc)(scrp, RR_GET_INFO, &RRRotation))
141 *rotations = RRRotation.RRRotations;
273 xorgRRRotation RRRotation; local in function:xf86RandRSetConfig
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; local in function:xf86RandRSetConfig
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86RandR.c133 xorgRRRotation RRRotation; local in function:xf86RandRGetInfo
135 RRRotation.RRRotations = *rotations;
136 if (!(*scrp->DriverFunc) (scrp, RR_GET_INFO, &RRRotation))
138 *rotations = RRRotation.RRRotations;
268 xorgRRRotation RRRotation; local in function:xf86RandRSetConfig
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; local in function:xf86RandRSetConfig
[all...]

Completed in 3 milliseconds