Lines Matching defs:dst_pix
48 uchar * dst_pix, /* raster epiline from dest image */
77 memset( dst_pix, 0, dst_len );
120 dst_pix[indexImg1] = (uchar) (((int) (first_pix[begLineIndex]) * s) >> 8);
125 dst_pix[indexImg1] = (uchar) (((int) (first_pix[begLineIndex + 1]) * s) >> 8);
130 dst_pix[indexImg1] = (uchar) (((int) (first_pix[begLineIndex + 2]) * s) >> 8);
149 dst_pix[indexImg1] = first_pix[begLineIndex];
153 dst_pix[indexImg1] = first_pix[begLineIndex + 1];
157 dst_pix[indexImg1] = first_pix[begLineIndex + 2];
209 dst_pix[indexImg1] =
210 (uchar) (dst_pix[indexImg1] +
216 dst_pix[indexImg1] =
217 (uchar) (dst_pix[indexImg1] +
224 dst_pix[indexImg1] =
225 (uchar) (dst_pix[indexImg1] +
246 dst_pix[indexImg1] = (uchar) (dst_pix[indexImg1] + second_pix[begLineIndex]);
250 dst_pix[indexImg1] =
251 (uchar) (dst_pix[indexImg1] + second_pix[begLineIndex + 1]);
255 dst_pix[indexImg1] =
256 (uchar) (dst_pix[indexImg1] + second_pix[begLineIndex + 2]);
284 uchar * dst_pix, /* raster epiline from the destination image */
313 dst_pix == 0 ||
327 &(dst_pix[currDstPix]),
365 uchar * dst_pix, /* raster epiline from the destination image */
384 dst_pix, /* raster epiline from the destination image */