Lines Matching refs:bitsPerPixel
72 bpp = pPixmap->drawable.bitsPerPixel;
128 int bitsPerPixel, int devKind, void *pPixData)
165 if (bitsPerPixel <= 0) {
167 bitsPerPixel = pPixmap->drawable.bitsPerPixel;
169 bitsPerPixel = BitsPerPixel(depth);
178 bitsPerPixel != pPixmap->drawable.bitsPerPixel) {
183 exaSetFbPitch(pExaScr, pExaPixmap, width, height, bitsPerPixel);
185 exaSetAccelBlock(pExaScr, pExaPixmap, width, height, bitsPerPixel);
218 bitsPerPixel, devKind,
226 bitsPerPixel, devKind, pPixData);