Searched refs:xVisualType (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxcb.c | 157 xVisualType *visual = (xVisualType *)(ConnectionInfo + voffset); 197 offset = voffset + depth->nVisuals * sizeof(xVisualType);
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | swaprep.c | 1198 SwapVisual(xVisualType *pVis, xVisualType *pVisT) 1252 SwapVisual((xVisualType *)pInfo, (xVisualType *)pInfoT); 1253 pInfo += sizeof(xVisualType); 1254 pInfoT += sizeof(xVisualType);
|
| H A D | dispatch.c | 493 xVisualType visual; 556 memset(&visual, 0, sizeof(xVisualType)); 588 (pDepth->numVids * sizeof(xVisualType)); 616 memmove(pBuf, (char *)&visual, sizeof(xVisualType)); 617 pBuf += sizeof(xVisualType); 618 sizesofar += sizeof(xVisualType); 3644 pDepth->nVisuals * sizeof(xVisualType));
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | swaprep.c | 1076 SwapVisual(xVisualType * pVis, xVisualType * pVisT) 1124 SwapVisual((xVisualType *) pInfo, (xVisualType *) pInfoT); 1125 pInfo += sizeof(xVisualType); 1126 pInfoT += sizeof(xVisualType);
|
| H A D | dispatch.c | 606 xVisualType visual; 666 memset(&visual, 0, sizeof(xVisualType)); 696 (pDepth->numVids * sizeof(xVisualType)); 720 memmove(pBuf, (char *) &visual, sizeof(xVisualType)); 721 pBuf += sizeof(xVisualType); 722 sizesofar += sizeof(xVisualType); 3746 pDepth->nVisuals * sizeof(xVisualType));
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | OpenDis.c | 82 xVisualType *vp; 462 u.vp = (xVisualType *) (((char *) u.vp) +
|
| /xsrc/external/mit/xorg-server.old/dist/randr/ |
| H A D | rrscreen.c | 42 xVisualType *visual; 59 visual = (xVisualType *) ((char *) depth + 62 depth->nVisuals * sizeof (xVisualType));
|
| /xsrc/external/mit/xorg-server/dist/randr/ |
| H A D | rrscreen.c | 40 xVisualType *visual; 57 visual = (xVisualType *) ((char *) depth + sizeof(xDepth)); 59 depth->nVisuals * sizeof(xVisualType));
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | panoramiX.c | 608 xVisualType *visual; 659 visual = (xVisualType *)(ConnectionInfo + length); 677 length += (depth->nVisuals * sizeof(xVisualType));
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | panoramiX.c | 601 xVisualType *visual; 653 visual = (xVisualType *) (ConnectionInfo + length); 669 length += (depth->nVisuals * sizeof(xVisualType));
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | Xproto.h | 327 CARD16 nVisuals; /* number of xVisualType structures following */ 342 } xVisualType; typedef in typeref:struct:__anone2852e7a0608
|
Completed in 28 milliseconds