Lines Matching refs:srcwidth
89 int srcwidth, /* bytes */
132 srcInit += srcwidth;
160 srcInit += srcwidth;
180 int srcwidth, /* bytes */
191 XAAWritePixmap32To24(pScrn, x, y, w, h, src, srcwidth,
244 if(((x * Bpp) + (dwords << 2)) > srcwidth) h--;
252 src += srcwidth;
263 if(srcwidth == (dwords << 2)) {
269 src += (srcwidth * decrement);
275 if(beCareful) src += (srcwidth * h);
281 src += srcwidth;
313 int srcwidth, /* bytes */
363 if(((x * Bpp) + (dwords << 2)) > srcwidth) h--;
371 src += srcwidth;
436 int nboxes, srcx, srcy, srcwidth;
453 srcwidth = BitmapBytePad(leftPad + w);
460 (srcwidth * srcy) + ((srcx >> 5) << 2),
461 srcwidth, srcx & 31, pGC->fgPixel, pGC->bgPixel,
467 srcwidth = PixmapBytePad(leftPad + w, depth);
474 (srcwidth * srcy) + (srcx * Bpp),
475 srcwidth, pGC->alu, pGC->planemask, -1,
485 srcwidth = BitmapBytePad(w + leftPad);
486 increment = h * srcwidth;
507 (srcwidth * srcy) + ((srcx >> 5) << 2),
508 srcwidth, srcx & 31, ~0, 0, pGC->alu, i);