Lines Matching refs:srcwidth
146 unsigned char *src, int srcwidth, int rop,
1507 MoveDataFromCPU(unsigned char *src, unsigned char *dest, int srcwidth,
1510 if(srcwidth == (dwords << 2)) {
1514 src += (srcwidth * decrement);
1523 src += srcwidth;
1552 unsigned char *src, int srcwidth, int rop,
1566 ErrorF("WritePixmap x %d, y %d, w %d, h %d, src 0x%X, srcwidth %d, rop 0x%X, planemask 0x%X, trans 0x%X, bpp %d, depth %d\n", x, y, w, h, src, srcwidth, rop, planemask, trans, bpp, depth);
1569 byteWidthSrc = ((srcwidth * (bpp >> 3) + 3L) & ~0x3L);
1642 srcwidth, 16384, h, dwords);
1654 srcwidth<<1, 16384, h, dwords);
1657 src += srcwidth;
1669 srcwidth<<1, 16384, h, dwords);