| /xsrc/external/mit/libXrandr/dist/src/ |
| H A D | XrrMode.c | 68 req->modeInfo.id = 0; 69 req->modeInfo.width = mode_info->width; 70 req->modeInfo.height = mode_info->height; 71 req->modeInfo.dotClock = mode_info->dotClock; 72 req->modeInfo.hSyncStart = mode_info->hSyncStart; 73 req->modeInfo.hSyncEnd = mode_info->hSyncEnd; 74 req->modeInfo.hTotal = mode_info->hTotal; 75 req->modeInfo.hSkew = mode_info->hSkew; 76 req->modeInfo.vSyncStart = mode_info->vSyncStart; 77 req->modeInfo 146 XRRFreeModeInfo(XRRModeInfo * modeInfo) argument [all...] |
| H A D | XrrScreen.c | 163 xRRModeInfo modeInfo; local in function:doGetScreenResources 165 _XReadPad (dpy, (char *) &modeInfo, SIZEOF (xRRModeInfo)); 166 xrsr->modes[i].id = modeInfo.id; 167 xrsr->modes[i].width = modeInfo.width; 168 xrsr->modes[i].height = modeInfo.height; 169 xrsr->modes[i].dotClock = modeInfo.dotClock; 170 xrsr->modes[i].hSyncStart = modeInfo.hSyncStart; 171 xrsr->modes[i].hSyncEnd = modeInfo.hSyncEnd; 172 xrsr->modes[i].hTotal = modeInfo.hTotal; 173 xrsr->modes[i].hSkew = modeInfo [all...] |
| /xsrc/external/mit/xorg-server.old/dist/randr/ |
| H A D | rrmode.c | 52 RRModeCreate (xRRModeInfo *modeInfo, argument 61 mode = malloc(sizeof (RRModeRec) + modeInfo->nameLength + 1); 65 mode->mode = *modeInfo; 67 memcpy (mode->name, name, modeInfo->nameLength); 68 mode->name[modeInfo->nameLength] = '\0'; 115 RRModeGet (xRRModeInfo *modeInfo, argument 123 if (RRModeEqual (&mode->mode, modeInfo) && 124 !memcmp (name, mode->name, modeInfo->nameLength)) 131 return RRModeCreate (modeInfo, name, NULL); 136 xRRModeInfo *modeInfo, 135 RRModeCreateUser(ScreenPtr pScreen,xRRModeInfo * modeInfo,const char * name,int * error) argument 295 xRRModeInfo *modeInfo; local in function:ProcRRCreateMode [all...] |
| H A D | rrinfo.c | 31 xRRModeInfo modeInfo; local in function:RROldModeAdd 37 memset (&modeInfo, '\0', sizeof (modeInfo)); 40 modeInfo.width = size->width; 41 modeInfo.height = size->height; 42 modeInfo.hTotal = size->width; 43 modeInfo.vTotal = size->height; 44 modeInfo.dotClock = ((CARD32) size->width * (CARD32) size->height * 46 modeInfo.nameLength = strlen (name); 47 mode = RRModeGet (&modeInfo, nam [all...] |
| H A D | rrsdispatch.c | 247 modeinfo = &stuff->modeInfo;
|
| H A D | randrstr.h | 692 RRModeGet (xRRModeInfo *modeInfo,
|
| /xsrc/external/mit/xorg-server/dist/randr/ |
| H A D | rrmode.c | 64 RRModeCreate(xRRModeInfo * modeInfo, const char *name, ScreenPtr userScreen) argument 71 mode = malloc(sizeof(RRModeRec) + modeInfo->nameLength + 1); 75 mode->mode = *modeInfo; 77 memcpy(mode->name, name, modeInfo->nameLength); 78 mode->name[modeInfo->nameLength] = '\0'; 123 RRModeGet(xRRModeInfo * modeInfo, const char *name) argument 130 if (RRModeEqual(&mode->mode, modeInfo) && 131 !memcmp(name, mode->name, modeInfo->nameLength)) { 137 return RRModeCreate(modeInfo, name, NULL); 142 xRRModeInfo * modeInfo, cons 141 RRModeCreateUser(ScreenPtr pScreen,xRRModeInfo * modeInfo,const char * name,int * error) argument 290 xRRModeInfo *modeInfo; local in function:ProcRRCreateMode [all...] |
| H A D | rrinfo.c | 32 xRRModeInfo modeInfo; local in function:RROldModeAdd 38 memset(&modeInfo, '\0', sizeof(modeInfo)); 41 modeInfo.width = size->width; 42 modeInfo.height = size->height; 43 modeInfo.hTotal = size->width; 44 modeInfo.vTotal = size->height; 45 modeInfo.dotClock = ((CARD32) size->width * (CARD32) size->height * 47 modeInfo.nameLength = strlen(name); 48 mode = RRModeGet(&modeInfo, nam [all...] |
| H A D | rrsdispatch.c | 231 modeinfo = &stuff->modeInfo;
|
| H A D | randrstr.h | 857 extern _X_EXPORT RRModePtr RRModeGet(xRRModeInfo * modeInfo, const char *name);
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winrandr.c | 65 xRRModeInfo modeInfo; local in function:winRandRUpdateMode 69 memset(&modeInfo, '\0', sizeof(modeInfo)); 72 modeInfo.width = pScreen->width; 73 modeInfo.height = pScreen->height; 74 modeInfo.hTotal = pScreen->width; 75 modeInfo.vTotal = pScreen->height; 76 modeInfo.dotClock = 0; 77 modeInfo.nameLength = strlen(name); 78 mode = RRModeGet(&modeInfo, nam [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| H A D | quartzRandR.c | 135 QuartzModeInfo modeInfo; local in function:QuartzRandREnumerateModes 159 QuartzRandRGetModeInfo(modeRef, &modeInfo); 160 modeInfo.ref = (void *)modeRef; 161 cb = callback(pScreen, &modeInfo, data); 241 QuartzModeInfo modeInfo; local in function:QuartzRandREnumerateModes 271 QuartzRandRGetModeInfo(modeRef, &modeInfo); 272 modeInfo.ref = modeRef; 273 cb = callback(pScreen, &modeInfo, data);
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| H A D | quartzRandR.c | 118 QuartzModeInfo modeInfo; local in function:QuartzRandREnumerateModes 149 QuartzRandRGetModeInfo(modeRef, &modeInfo); 150 modeInfo.ref = modeRef; 151 cb = callback(pScreen, &modeInfo, data);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86RandR12.c | 1390 xRRModeInfo modeInfo; local in function:xf86RROutputSetModes 1393 modeInfo.nameLength = strlen (mode->name); 1394 modeInfo.width = mode->HDisplay; 1395 modeInfo.dotClock = mode->Clock * 1000; 1396 modeInfo.hSyncStart = mode->HSyncStart; 1397 modeInfo.hSyncEnd = mode->HSyncEnd; 1398 modeInfo.hTotal = mode->HTotal; 1399 modeInfo.hSkew = mode->HSkew; 1401 modeInfo.height = mode->VDisplay; 1402 modeInfo [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/vfb/ |
| H A D | InitOutput.c | 803 xRRModeInfo modeInfo; local in function:vfbRandRInit 826 memset (&modeInfo, '\0', sizeof (modeInfo)); 827 modeInfo.width = pScreen->width; 828 modeInfo.height = pScreen->height; 829 modeInfo.nameLength = strlen (name); 831 mode = RRModeGet (&modeInfo, name);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86RandR12.c | 1604 xRRModeInfo modeInfo; local in function:xf86RROutputSetModes 1607 modeInfo.nameLength = strlen(mode->name); 1608 modeInfo.width = mode->HDisplay; 1609 modeInfo.dotClock = mode->Clock * 1000; 1610 modeInfo.hSyncStart = mode->HSyncStart; 1611 modeInfo.hSyncEnd = mode->HSyncEnd; 1612 modeInfo.hTotal = mode->HTotal; 1613 modeInfo.hSkew = mode->HSkew; 1615 modeInfo.height = mode->VDisplay; 1616 modeInfo [all...] |
| /xsrc/external/mit/libXrandr/dist/include/X11/extensions/ |
| H A D | Xrandr.h | 346 XRRCreateMode (Display *dpy, Window window, XRRModeInfo *modeInfo); 358 XRRFreeModeInfo (XRRModeInfo *modeInfo);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | randrproto.h | 416 xRRModeInfo modeInfo; member in struct:__anonb71068b81a08
|