HomeSort by: relevance | last modified time | path
    Searched defs:devKind (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaOffscreen.c 69 pPix->devKind, data);
75 pPix->devKind = pScreenPix->devKind;
125 int width, height, devKind, bitsPerPixel;
134 devKind = BitmapBytePad(width * bitsPerPixel);
135 if(!(data = malloc(devKind * height)))
139 pPix->drawable.depth, bitsPerPixel, devKind, data);
156 pPix->devKind = devKind;
  /xsrc/external/mit/xorg-server.old/dist/include/
pixmapstr.h 77 int devKind; /* This is the pitch of the pixmap, typically width*bpp/8. */
  /xsrc/external/mit/xorg-server/dist/include/
pixmapstr.h 79 int devKind; /* This is the pitch of the pixmap, typically width*bpp/8. */
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
driWrap.c 58 int devKind;
113 saved->devKind = pPix->devKind;
117 pPix->devKind = pitch;
132 pPix->devKind = saved->devKind;
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
driWrap.c 53 int devKind;
103 saved->devKind = pPix->devKind;
107 pPix->devKind = pitch;
121 pPix->devKind = saved->devKind;

Completed in 7 milliseconds