HomeSort by: relevance | last modified time | path
    Searched refs:xPixmapFormat (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/libX11/dist/src/
OpenDis.c 79 xPixmapFormat *sf;
369 u.sf = (xPixmapFormat *) (((char *) u.sf) + sz_xPixmapFormat);
  /xsrc/external/mit/xorg-server.old/dist/randr/
rrscreen.c 39 xPixmapFormat *formats;
48 formats = (xPixmapFormat *) ((char *) vendor +
52 sizeof (xPixmapFormat) * screenInfo.numPixmapFormats);
  /xsrc/external/mit/xorg-server/dist/randr/
rrscreen.c 37 xPixmapFormat *formats;
49 formats = (xPixmapFormat *) ((char *) vendor +
52 sizeof(xPixmapFormat) *
  /xsrc/external/mit/xorg-server/dist/dix/
dispatch.c 607 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);
swaprep.c 1112 i = sizeof(xPixmapFormat) * pConnSetup->numFormats;
  /xsrc/external/mit/xorg-server.old/dist/dix/
dispatch.c 494 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);
swaprep.c 1231 i = sizeof(xPixmapFormat) * pConnSetup->numFormats;
  /xsrc/external/mit/xorgproto/dist/include/X11/
Xproto.h 320 } xPixmapFormat;

Completed in 21 milliseconds