Lines Matching refs:bitsPerPixel
75 int bitsPerPixel, int depth, Bool pixmap, int secondPitch,
82 int size, pitch, Bpp = bitsPerPixel >> 3;
131 mode->bitsPerPixel = bitsPerPixel;
138 mode->xViewportStep = (bitsPerPixel == 24) ? 4 : 1;
181 (pScrn->bitsPerPixel != 24),
182 (pScrn->bitsPerPixel != 8) ? 0 : pScrn->displayWidth,
187 (pScrn->bitsPerPixel != 24),
192 (pScrn->bitsPerPixel != 24),
198 (pScrn->bitsPerPixel != 24),
203 (pScrn->bitsPerPixel != 24),
209 (pScrn->bitsPerPixel == 24),
210 (pScrn->bitsPerPixel != 24) ? 0 : pScrn->displayWidth,
214 (pScrn->bitsPerPixel == 24),
215 (pScrn->bitsPerPixel != 24) ? 0 : pScrn->displayWidth,
220 (pScrn->bitsPerPixel != 24),
221 (pScrn->bitsPerPixel != 32) ? 0 : pScrn->displayWidth,
225 (pScrn->bitsPerPixel != 24),
226 (pScrn->bitsPerPixel != 32) ? 0 : pScrn->displayWidth,
267 pApm->CurrentLayout.bitsPerPixel = pMode->bitsPerPixel;
270 if (pMode->bitsPerPixel == 24)
273 pApm->CurrentLayout.mask32 = 32 / pMode->bitsPerPixel - 1;