Lines Matching defs:bitsPerPixel
90 int bitsPerPixel,
102 int otherPitch, Bpp = bitsPerPixel >> 3;
192 currentMode->bitsPerPixel = bitsPerPixel;
266 (pScrn->bitsPerPixel == 8),
267 ((pScrn->bitsPerPixel != 8)
279 (pScrn->bitsPerPixel == 16),
287 (pScrn->bitsPerPixel == 24),
288 ((pScrn->bitsPerPixel != 24)
296 (pScrn->bitsPerPixel == 32),
297 ((pScrn->bitsPerPixel != 32)
385 pSiS->CurrentLayout.bitsPerPixel = pMode->bitsPerPixel;
387 pSiS->CurrentLayout.displayWidth = pMode->bytesPerScanline / (pMode->bitsPerPixel >> 3);