Lines Matching defs:bitsPerPixel
71 bpp = pPixmap->drawable.bitsPerPixel;
125 int bitsPerPixel, int devKind, pointer pPixData)
163 if (bitsPerPixel <= 0) {
165 bitsPerPixel = pPixmap->drawable.bitsPerPixel;
167 bitsPerPixel = BitsPerPixel(depth);
176 bitsPerPixel != pPixmap->drawable.bitsPerPixel) {
181 exaSetFbPitch(pExaScr, pExaPixmap, width, height, bitsPerPixel);
184 width, height, bitsPerPixel);
217 bitsPerPixel, devKind, pPixData);
224 bitsPerPixel, devKind, pPixData);