Lines Matching defs:bitsPerPixel
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;
1273 bitsPerPixel=pScreenInfo->bitsPerPixel;
1275 offset=(y*virtualwidth+x)*(bitsPerPixel>>3);