Lines Matching refs:bitsPerPixel

87 #define PIXMAP_FORMAT(pixmap) SMI_DEDataFormat(pixmap->drawable.bitsPerPixel)
135 if (pScrn->bitsPerPixel == 24) {
234 if ((pSrcPixmap->drawable.bitsPerPixel > 16) &&
239 src_pitch = exaGetPixmapPitch(pSrcPixmap) / (pSrcPixmap->drawable.bitsPerPixel >> 3);
240 dst_pitch = exaGetPixmapPitch(pDstPixmap) / (pDstPixmap->drawable.bitsPerPixel >> 3);
253 if (pDstPixmap->drawable.bitsPerPixel == 24) {
269 if (pSrcPixmap->drawable.bitsPerPixel == 16) {
306 if (pDstPixmap->drawable.bitsPerPixel == 24) {
379 if (pPixmap->drawable.bitsPerPixel == 32)
383 if ((pPixmap->drawable.bitsPerPixel > 16) &&
388 dst_pitch = exaGetPixmapPitch(pPixmap) / (pPixmap->drawable.bitsPerPixel >> 3);
396 if (pPixmap->drawable.bitsPerPixel == 24) {
412 if (pPixmap->drawable.bitsPerPixel == 16) {
450 if (pPixmap->drawable.bitsPerPixel == 24) {
496 src += (y * src_pitch) + (x * pSrc->drawable.bitsPerPixel/8);
497 w *= pSrc->drawable.bitsPerPixel/8;
521 if (pDst->drawable.bitsPerPixel == 24) {
524 align = 128 / pDst->drawable.bitsPerPixel;
527 aligned_pitch = ((w*pDst->drawable.bitsPerPixel >> 3) + align - 1) & ~(align - 1);
530 dst_pixelpitch = exaGetPixmapPitch(pDst) / (pDst->drawable.bitsPerPixel >> 3);
531 src_pixelpitch = src_pitch / (pDst->drawable.bitsPerPixel >> 3);
550 if (pDst->drawable.bitsPerPixel == 24) {
630 int src_pitch = exaGetPixmapPitch(pSrc) / (pSrc->drawable.bitsPerPixel >> 3);
631 int dst_pitch = exaGetPixmapPitch(pDst) / (pDst->drawable.bitsPerPixel >> 3);
727 maxPixels = 128 / pDst->drawable.bitsPerPixel;
729 maxPixels = 1280 / pDst->drawable.bitsPerPixel;