Searched refs:xPixmapFormat (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DOpenDis.c79 xPixmapFormat *sf;
369 u.sf = (xPixmapFormat *) (((char *) u.sf) + sz_xPixmapFormat);
/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrscreen.c39 xPixmapFormat *formats;
48 formats = (xPixmapFormat *) ((char *) vendor +
52 sizeof (xPixmapFormat) * screenInfo.numPixmapFormats);
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrscreen.c37 xPixmapFormat *formats;
49 formats = (xPixmapFormat *) ((char *) vendor +
52 sizeof(xPixmapFormat) *
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddispatch.c494 xPixmapFormat format;
525 (setup.numFormats * sizeof(xPixmapFormat)) +
543 memset(&format, 0, sizeof(xPixmapFormat));
549 memmove(pBuf, (char *)&format, sizeof(xPixmapFormat));
550 pBuf += sizeof(xPixmapFormat);
551 sizesofar += sizeof(xPixmapFormat);
H A Dswaprep.c1231 i = sizeof(xPixmapFormat) * pConnSetup->numFormats;
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddispatch.c607 xPixmapFormat format;
636 (setup.numFormats * sizeof(xPixmapFormat)) +
654 memset(&format, 0, sizeof(xPixmapFormat));
659 memmove(pBuf, (char *) &format, sizeof(xPixmapFormat));
660 pBuf += sizeof(xPixmapFormat);
661 sizesofar += sizeof(xPixmapFormat);
H A Dswaprep.c1106 i = sizeof(xPixmapFormat) * pConnSetup->numFormats;
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXproto.h320 } xPixmapFormat; typedef in typeref:struct:__anone2852e7a0408

Completed in 126 milliseconds