Home | History | Annotate | Download | only in src

Lines Matching refs:dst_image

182                          uchar * dst_image, int dst_step,
218 if( !src_image || !dst_image || !storage || !dst_comp )
565 _c.f = p_cur->c; dst_image[j] = (uchar)_c.i;
574 dst_image += dst_step;
595 uchar * dst_image, int dst_step,
635 if( !src_image || !dst_image || !storage || !dst_comp )
997 _c.f = p_cur->c.blue; dst_image[j*3] = (uchar)_c.i;
998 _c.f = p_cur->c.green; dst_image[j*3+1] = (uchar)_c.i;
999 _c.f = p_cur->c.red; dst_image[j*3+2] = (uchar)_c.i;
1008 dst_image += dst_step;