Searched refs:xVisualType (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxcb.c157 xVisualType *visual = (xVisualType *)(ConnectionInfo + voffset);
197 offset = voffset + depth->nVisuals * sizeof(xVisualType);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dswaprep.c1198 SwapVisual(xVisualType *pVis, xVisualType *pVisT)
1252 SwapVisual((xVisualType *)pInfo, (xVisualType *)pInfoT);
1253 pInfo += sizeof(xVisualType);
1254 pInfoT += sizeof(xVisualType);
H A Ddispatch.c493 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 Dswaprep.c1076 SwapVisual(xVisualType * pVis, xVisualType * pVisT)
1124 SwapVisual((xVisualType *) pInfo, (xVisualType *) pInfoT);
1125 pInfo += sizeof(xVisualType);
1126 pInfoT += sizeof(xVisualType);
H A Ddispatch.c606 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 DOpenDis.c82 xVisualType *vp;
462 u.vp = (xVisualType *) (((char *) u.vp) +
/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrscreen.c42 xVisualType *visual;
59 visual = (xVisualType *) ((char *) depth +
62 depth->nVisuals * sizeof (xVisualType));
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrscreen.c40 xVisualType *visual;
57 visual = (xVisualType *) ((char *) depth + sizeof(xDepth));
59 depth->nVisuals * sizeof(xVisualType));
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A DpanoramiX.c608 xVisualType *visual;
659 visual = (xVisualType *)(ConnectionInfo + length);
677 length += (depth->nVisuals * sizeof(xVisualType));
/xsrc/external/mit/xorg-server/dist/Xext/
H A DpanoramiX.c601 xVisualType *visual;
653 visual = (xVisualType *) (ConnectionInfo + length);
669 length += (depth->nVisuals * sizeof(xVisualType));
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXproto.h327 CARD16 nVisuals; /* number of xVisualType structures following */
342 } xVisualType; typedef in typeref:struct:__anone2852e7a0608

Completed in 28 milliseconds