HomeSort by: relevance | last modified time | path
    Searched defs:bitsPerPixel (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaOffscreen.c 68 pPix->drawable.depth, pPix->drawable.bitsPerPixel,
77 pPix->drawable.bitsPerPixel = infoRec->pScrn->bitsPerPixel;
125 int width, height, devKind, bitsPerPixel;
132 bitsPerPixel = pPix->drawable.bitsPerPixel;
134 devKind = BitmapBytePad(width * bitsPerPixel);
139 pPix->drawable.depth, bitsPerPixel, devKind, data);
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/
darwinfb.h 43 int bitsPerPixel;
  /xsrc/external/mit/xorg-server/dist/include/
servermd.h 102 int notPower2; /* bitsPerPixel not a power of 2 */
104 int bitsPerPixel; /* bits per pixel */
109 #define BitsPerPixel(d) (PixmapWidthPaddingInfo[d].bitsPerPixel)
pixmapstr.h 61 unsigned char bitsPerPixel;
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
darwinfb.h 43 int bitsPerPixel;
  /xsrc/external/mit/xorg-server.old/dist/include/
pixmapstr.h 59 unsigned char bitsPerPixel;
servermd.h 336 int notPower2; /* bitsPerPixel not a power of 2 */
338 int bitsPerPixel; /* bits per pixel */
343 #define BitsPerPixel(d) (PixmapWidthPaddingInfo[d].bitsPerPixel)
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_dri.h 40 int bitsPerPixel;
i810_dri.h 35 int bitsPerPixel;
  /xsrc/external/mit/xorg-server/dist/Xext/
xace.c 255 int bitsPerPixel = 1;
277 bitsPerPixel = pDraw->bitsPerPixel;
281 depth, bitsPerPixel,
  /xsrc/external/mit/xorg-server.old/dist/Xext/
xace.c 252 int bitsPerPixel = 1;
279 bitsPerPixel = pDraw->bitsPerPixel;
283 depth, bitsPerPixel,
  /xsrc/external/mit/xf86-video-savage/dist/src/
savage_hwmc.c 81 unsigned int bitsPerPixel;
292 contextRec->bitsPerPixel = pScrn->bitsPerPixel;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
dgaproc.h 38 int bitsPerPixel;
  /xsrc/external/mit/xorg-server/dist/mi/
mibitblt.c 270 int i, j, k, width, bitsPerPixel, widthInBytes;
299 bitsPerPixel = pDraw->bitsPerPixel;
301 if (bitsPerPixel == 1) {
310 planeNum += (32 - bitsPerPixel);
316 if (bitsPerPixel == 1) {
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dixmods/extmod/
dgaproc.h 38 int bitsPerPixel;
  /xsrc/external/mit/xorg-server.old/dist/mi/
mibitblt.c 287 int i, j, k, width, bitsPerPixel, widthInBytes;
316 bitsPerPixel = pDraw->bitsPerPixel;
318 if(bitsPerPixel == 1)
329 planeNum += (32 - bitsPerPixel);
336 if(bitsPerPixel == 1)
  /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
i810_dri.h 35 int bitsPerPixel;
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
i810_dri.h 35 int bitsPerPixel;
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
xf86dgaconst.h 72 int bitsPerPixel;
  /xsrc/external/mit/xf86-video-i128/dist/src/
i128.h 73 int bitsPerPixel;
  /xsrc/external/mit/xf86-video-nv/dist/src/
riva_type.h 44 int bitsPerPixel;
  /xsrc/external/mit/xf86-video-rendition/dist/src/
rendition.c 968 switch (pScreenInfo->bitsPerPixel) {
970 modeinfo->bitsperpixel=8;
974 modeinfo->bitsperpixel=16;
982 modeinfo->bitsperpixel=32;
1134 = BitmapBytePad(pScreenInfo->bitsPerPixel * width);
1138 / (pScreenInfo->bitsPerPixel >> 3);
1150 pScreenInfo->bitsPerPixel);
1155 if (pScreenInfo->bitsPerPixel > 8) {
1202 switch(pScreenInfo->bitsPerPixel) {
1267 int offset, virtualwidth, bitsPerPixel;
    [all...]
  /xsrc/external/mit/xf86-video-vmware/dist/src/
vmware.h 94 int bitsPerPixel;
  /xsrc/external/mit/xorg-server/dist/hw/vfb/
InitOutput.c 85 int bitsPerPixel;
665 pXWDHeader->bits_per_pixel = pvfb->bitsPerPixel;
873 pvfb->bitsPerPixel = vfbBitsPerPixel(pvfb->depth);
874 if (pvfb->bitsPerPixel >= 8)
875 pvfb->paddedWidth = pvfb->paddedBytesWidth / (pvfb->bitsPerPixel / 8);
924 dpix, dpiy, pvfb->paddedWidth, pvfb->bitsPerPixel);
992 screen_info->formats[NumFormats].bitsPerPixel = vfbBitsPerPixel(i);
  /xsrc/external/mit/xorg-server.old/dist/hw/vfb/
InitOutput.c 85 int bitsPerPixel;
733 pXWDHeader->bits_per_pixel = pvfb->bitsPerPixel;
826 pvfb->bitsPerPixel = vfbBitsPerPixel(pvfb->depth);
827 if (pvfb->bitsPerPixel >= 8 )
828 pvfb->paddedWidth = pvfb->paddedBytesWidth / (pvfb->bitsPerPixel / 8);
876 dpix, dpiy, pvfb->paddedWidth,pvfb->bitsPerPixel);
946 screenInfo->formats[NumFormats].bitsPerPixel = vfbBitsPerPixel(i);

Completed in 34 milliseconds

1 2 3