Lines Matching defs:bitsPerPixel
83 int bitsPerPixel,
95 int otherPitch, Bpp = bitsPerPixel >> 3;
140 currentMode->bitsPerPixel = bitsPerPixel;
210 (pScrn->bitsPerPixel == 8),
211 ((pScrn->bitsPerPixel != 8)
218 (pScrn->bitsPerPixel == 16),
225 (pScrn->bitsPerPixel == 32),
226 ((pScrn->bitsPerPixel != 32)
274 pXGI->CurrentLayout.bitsPerPixel = pMode->bitsPerPixel;
276 pXGI->CurrentLayout.displayWidth = pMode->bytesPerScanline / (pMode->bitsPerPixel >> 3);