Lines Matching defs:dstwidth
150 unsigned char *dst, int dstwidth, int bpp, int depth);
1529 MoveDataToCPU(unsigned char *src, unsigned char *dest, int dstwidth,
1532 if(dstwidth == (dwords << 2)) {
1536 dest += (dstwidth * decrement);
1545 dest += dstwidth;
1678 unsigned char *dst, int dstwidth, int bpp, int depth)
1690 byteWidthDst = ((dstwidth * (bpp >> 3) + 3L) & ~0x3L);
1709 (unsigned char *)dst, dstwidth, 16384, h, dwords);
1722 (unsigned char *)dst, dstwidth<<1, 16384, h, dwords);
1726 dst += dstwidth;
1736 (unsigned char *)dst, dstwidth<<1, 16384, h, dwords);