Lines Matching refs:bitsPerPixel
96 width = pPixmap->drawable.width * pPixmap->drawable.bitsPerPixel;
210 if (pPriv->bpp != pDrawable->bitsPerPixel)
213 pPriv->bpp = pDrawable->bitsPerPixel;
226 if (pOldTile->drawable.bitsPerPixel != pDrawable->bitsPerPixel)
229 if (!pNewTile || pNewTile ->drawable.bitsPerPixel != pDrawable->bitsPerPixel)
233 pNewTile = fb24_32ReformatTile (pOldTile, pDrawable->bitsPerPixel);
248 pDrawable->bitsPerPixel))
259 pDrawable->bitsPerPixel) &&
260 (fbCanEvenStipple (pGC->stipple, pDrawable->bitsPerPixel)))
263 if (pGC->stipple->drawable.width * pDrawable->bitsPerPixel < FB_UNIT)
275 mask = FbFullMask(pDrawable->bitsPerPixel);
286 s = pDrawable->bitsPerPixel;