| /xsrc/external/mit/xorg-server/dist/randr/ |
| rrinfo.c | 76 RRScanOldConfig(ScreenPtr pScreen, Rotation rotations) 110 /* check rotations */ 111 if (rotations != crtc->rotations) { 112 crtc->rotations = rotations; 176 Rotation rotations; local 192 rotations = 0; 196 if (!(*pScrPriv->rrGetInfo) (pScreen, &rotations)) 201 RRScanOldConfig(pScreen, rotations); [all...] |
| randrstr.h | 122 Rotation rotations; member in struct:_rrCrtc 263 typedef Bool (*RRGetInfoProcPtr) (ScreenPtr pScreen, Rotation * rotations); 395 Rotation rotations; member in struct:_rrScrPriv 660 * Set the allowed rotations on a CRTC 663 RRCrtcSetRotations(RRCrtcPtr crtc, Rotation rotations);
|
| rrcrtc.c | 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) [all...] |
| /xsrc/external/mit/xorg-server.old/dist/randr/ |
| rrinfo.c | 77 RRScanOldConfig (ScreenPtr pScreen, Rotation rotations) 112 /* check rotations */ 113 if (rotations != crtc->rotations) 115 crtc->rotations = rotations; 182 Rotation rotations; local 198 rotations = 0; 202 if (!(*pScrPriv->rrGetInfo) (pScreen, &rotations)) 207 RRScanOldConfig (pScreen, rotations); [all...] |
| randrstr.h | 113 Rotation rotations; member in struct:_rrCrtc 208 typedef Bool (*RRGetInfoProcPtr) (ScreenPtr pScreen, Rotation *rotations); 290 Rotation rotations; member in struct:_rrScrPriv 523 * Set the allowed rotations on a CRTC 526 RRCrtcSetRotations (RRCrtcPtr crtc, Rotation rotations);
|
| rrcrtc.c | 84 crtc->rotations = RR_Rotate_0; 108 * Set the allowed rotations on a CRTC 111 RRCrtcSetRotations (RRCrtcPtr crtc, Rotation rotations) 113 crtc->rotations = rotations; 699 rep.rotations = crtc->rotations; 750 swaps(&rep.rotations, n); 898 if ((~crtc->rotations) & rotation)
|
| randr.c | 253 pScrPriv->rotations = RR_Rotate_0;
|
| /xsrc/external/mit/libXrandr/dist/src/ |
| Xrandrint.h | 50 Rotation rotations; member in struct:_XRRScreenConfiguration
|
| XrrConfig.c | 48 return config->rotations; 126 Rotation cr = config->rotations; 134 return 0; /* no rotations supported */ 309 scp->rotations = rep.setOfRotations;
|
| XrrCrtc.c | 104 xci->rotations = rep.rotations;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fake/ |
| fake.h | 118 fakeRandRGetInfo (ScreenPtr pScreen, Rotation *rotations);
|
| fake.c | 244 fakeRandRGetInfo (ScreenPtr pScreen, Rotation *rotations) 253 *rotations = RR_Rotate_All|RR_Reflect_All;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| xf86RandR.c | 65 xf86RandRGetInfo(ScreenPtr pScreen, Rotation * rotations) 74 *rotations = RR_Rotate_0; 131 /* If there is driver support for randr, let it set our supported rotations */ 135 RRRotation.RRRotations = *rotations; 138 *rotations = RRRotation.RRRotations;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/ |
| ephyr.h | 155 ephyrRandRGetInfo (ScreenPtr pScreen, Rotation *rotations);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| xf86RandR.c | 66 xf86RandRGetInfo (ScreenPtr pScreen, Rotation *rotations) 75 *rotations = RR_Rotate_0; 134 /* If there is driver support for randr, let it set our supported rotations */ 138 RRRotation.RRRotations = *rotations; 141 *rotations = RRRotation.RRRotations;
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/ |
| ephyr.h | 175 ephyrRandRGetInfo(ScreenPtr pScreen, Rotation * rotations);
|
| ephyr.c | 403 ephyrRandRGetInfo(ScreenPtr pScreen, Rotation * rotations) 435 *rotations = RR_Rotate_All | RR_Reflect_All;
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| gx_randr.c | 91 GXRandRGetInfo(ScreenPtr pScreen, Rotation * rotations) 100 *rotations = pRandr->supported_rotations;
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| quartzRandR.c | 326 QuartzRandRGetInfo(ScreenPtr pScreen, Rotation *rotations) 328 *rotations = RR_Rotate_0; /* TODO: support rotation */
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| winrandr.c | 47 /* Don't support rotations */ 254 crtc->rotations = RR_Rotate_0;
|
| /xsrc/external/mit/xrandr/dist/ |
| xrandr.c | 971 Rotation rotations = crtc->crtc_info->rotations; local 974 if (((rotations & dir) != 0) && ((rotations & reflect) == reflect)) 993 * Report only rotations that are supported by all crtcs 1008 rotation = crtc->crtc_info->rotations; 1011 rotation &= crtc->crtc_info->rotations; 3709 Rotation rotations = output_rotations (output); local 3736 if (rotations != RR_Rotate_0 || verbose) 3741 if ((rotations >> i) & 1) 4126 Rotation rotations = XRRConfigRotations(sc, ¤t_rotation); local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| xf86RandR12.c | 439 xf86RandR12GetInfo (ScreenPtr pScreen, Rotation *rotations) 448 *rotations = randrp->supported_rotations; 917 xf86RandR12SetRotations (ScreenPtr pScreen, Rotation rotations) 934 RRCrtcSetRotations (crtc->randr_crtc, rotations); 937 randrp->supported_rotations = rotations; 1509 xf86RandR12GetInfo12 (ScreenPtr pScreen, Rotation *rotations)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| quartzRandR.c | 420 static Bool QuartzRandRGetInfo (ScreenPtr pScreen, Rotation *rotations) { 421 *rotations = RR_Rotate_0; /* TODO: support rotation */
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| xf86RandR12.c | 454 xf86RandR12GetInfo(ScreenPtr pScreen, Rotation * rotations) 462 *rotations = randrp->supported_rotations; 918 xf86RandR12SetRotations(ScreenPtr pScreen, Rotation rotations) 936 RRCrtcSetRotations(crtc->randr_crtc, rotations); 939 randrp->supported_rotations = rotations; 1713 xf86RandR12GetInfo12(ScreenPtr pScreen, Rotation * rotations)
|
| /xsrc/external/mit/libXrandr/dist/include/X11/extensions/ |
| Xrandr.h | 368 Rotation rotations; member in struct:_XRRCrtcInfo
|