Lines Matching refs:bitsPerPixel
74 int *num, int bitsPerPixel, int depth,
82 int otherPitch, Bpp = bitsPerPixel >> 3;
124 currentMode->bitsPerPixel = bitsPerPixel;
185 (pScrn->bitsPerPixel == 8),
186 ((pScrn->bitsPerPixel != 8) ? 0 : pScrn->displayWidth),
190 (pScrn->bitsPerPixel == 16),
196 (pScrn->bitsPerPixel == 16),
202 (pScrn->bitsPerPixel == 16),
208 (pScrn->bitsPerPixel == 16),
214 (pScrn->bitsPerPixel == 32),
215 ((pScrn->bitsPerPixel != 32)
220 (pScrn->bitsPerPixel == 32),
221 ((pScrn->bitsPerPixel != 32)
245 pS3->CurrentLayout.bitsPerPixel = pMode->bitsPerPixel;
248 (pMode->bitsPerPixel >> 3));
249 pS3->CurrentLayout.pixel_bytes = pMode->bitsPerPixel / 8;
250 pS3->CurrentLayout.pixel_code = (pMode->bitsPerPixel != 16 ?
251 pMode->bitsPerPixel :