Home | History | Annotate | Download | only in randr

Lines Matching refs:rotations

84     crtc->rotations = RR_Rotate_0;
110 * Set the allowed rotations on a CRTC
113 RRCrtcSetRotations(RRCrtcPtr crtc, Rotation rotations)
115 crtc->rotations = rotations;
1183 rep.rotations = RR_Rotate_0;
1207 rep.rotations = crtc->rotations;
1261 swaps(&rep.rotations);
1403 if ((~crtc->rotations) & rotation) {