| /xsrc/external/mit/libXrandr/dist/src/ |
| Xrandrint.h | 50 Rotation rotations; member in struct:_XRRScreenConfiguration
|
| /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);
|
| /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);
|
| /xsrc/external/mit/libXrandr/dist/include/X11/extensions/ |
| Xrandr.h | 368 Rotation rotations; member in struct:_XRRCrtcInfo
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| randrproto.h | 481 Rotation rotations; member in struct:__anon11687
|
| /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...] |