Lines Matching refs:bitsPerPixel
1457 int bitsPerPixel;
1503 bitsPerPixel = 1;
1505 bitsPerPixel = instancePtr->visualInfo.depth;
1509 || (instancePtr->imagePtr->bits_per_pixel != bitsPerPixel)) {
1514 instancePtr->visualInfo.visual, (unsigned) bitsPerPixel,
1515 (bitsPerPixel > 1? ZPixmap: XYBitmap), 0, (char *) NULL,
3646 int bitsPerPixel, bytesPerLine, lineLength;
3693 bitsPerPixel = imagePtr->bits_per_pixel;
3694 bytesPerLine = ((bitsPerPixel * width + 31) >> 3) & ~3;
3796 switch (bitsPerPixel) {
3809 } else if (bitsPerPixel > 1) {
3847 switch (bitsPerPixel) {