Home | History | Annotate | Download | only in src

Lines Matching defs:dst_step

182                          uchar * dst_image, int dst_step,
220 if( roi.width <= 0 || roi.height <= 0 || src_step < roi.width || dst_step < roi.width )
574 dst_image += dst_step;
595 uchar * dst_image, int dst_step,
638 src_step < roi.width * 3 || dst_step < roi.width * 3 ) return CV_BADSIZE_ERR;
1008 dst_image += dst_step;
1839 int src_step = 0, dst_step = 0;
1854 cvGetRawData( dst, &dst_data, &dst_step, &dst_size );
1864 dst_data, dst_step,
1871 dst_data, dst_step,