Lines Matching full:rotation
83 crtc->rotation = RR_Rotate_0; in RRCrtcCreate()
113 RRCrtcSetRotations(RRCrtcPtr crtc, Rotation rotations) in RRCrtcSetRotations()
136 Rotation rotation, in RRCrtcNotify() argument
215 if (rotation != crtc->rotation) { in RRCrtcNotify()
216 crtc->rotation = rotation; in RRCrtcNotify()
226 rotation, in RRCrtcNotify()
249 .rotation = crtc->rotation, in RRDeliverCrtcEvent()
432 int x, int y, Rotation rotation) in rrCreateSharedPixmap() argument
502 int x, int y, Rotation rotation, Bool sync, in rrSetupPixmapSharing() argument
540 x, y, rotation); in rrSetupPixmapSharing()
556 x, y, rotation); in rrSetupPixmapSharing()
572 rotation)) { in rrSetupPixmapSharing()
603 master->StartPixmapTracking(mrootdraw, spix_front, x, y, 0, 0, rotation); in rrSetupPixmapSharing()
612 switch (crtc->rotation) { in crtc_to_box()
629 RRCrtcPtr rr_crtc, Rotation rotation, in rrCheckPixmapBounding() argument
652 if (rotation == RR_Rotate_90 || in rrCheckPixmapBounding()
653 rotation == RR_Rotate_270) { in rrCheckPixmapBounding()
681 if (rotation == RR_Rotate_90 || in rrCheckPixmapBounding()
682 rotation == RR_Rotate_270) { in rrCheckPixmapBounding()
727 int y, Rotation rotation, int numOutputs, RROutputPtr * outputs) in RRCrtcSet() argument
749 crtc->rotation == rotation && in RRCrtcSet()
767 rotation, x, y, width, height); in RRCrtcSet()
774 x, y, rotation, sync, in RRCrtcSet()
781 rotation, numOutputs, outputs); in RRCrtcSet()
792 RRCrtcNotify(crtc, NULL, x, y, rotation, NULL, 0, NULL); in RRCrtcSet()
810 (*pScrPriv->rrSetConfig) (pScreen, rotation, rate.rate, in RRCrtcSet()
816 RRCrtcNotify(crtc, mode, x, y, rotation, NULL, 1, in RRCrtcSet()
1141 rep.rotation = RR_Rotate_0; in ProcRRGetCrtcInfo()
1165 rep.rotation = crtc->rotation; in ProcRRGetCrtcInfo()
1219 swaps(&rep.rotation); in ProcRRGetCrtcInfo()
1246 Rotation rotation; in ProcRRSetCrtcConfig() local
1341 * Validate requested rotation in ProcRRSetCrtcConfig()
1343 rotation = (Rotation) stuff->rotation; in ProcRRSetCrtcConfig()
1345 /* test the rotation bits only! */ in ProcRRSetCrtcConfig()
1346 switch (rotation & 0xf) { in ProcRRSetCrtcConfig()
1354 * Invalid rotation in ProcRRSetCrtcConfig()
1356 client->errorValue = stuff->rotation; in ProcRRSetCrtcConfig()
1362 if ((~crtc->rotations) & rotation) { in ProcRRSetCrtcConfig()
1364 * requested rotation or reflection not supported by screen in ProcRRSetCrtcConfig()
1366 client->errorValue = stuff->rotation; in ProcRRSetCrtcConfig()
1397 rotation, in ProcRRSetCrtcConfig()
1419 rotation, numOutputs, outputs)) { in ProcRRSetCrtcConfig()
1973 crtc->rotation, crtc->numOutputs, crtc->outputs); in RRReplaceScanoutPixmap()
2002 crtc->rotation, crtc->numOutputs, crtc->outputs); in RRReplaceScanoutPixmap()