Home | History | Annotate | Download | only in src

Lines Matching refs:dst_step

1331                         uchar* dst, int dst_step, int dst_type,
1348 if( dst_step == 0 )
1349 dst_step = CV_ELEM_SIZE(dst_type);
1354 CV_ELEM_SIZE(dst_type)*size.width == dst_step )
1366 *(int*)(dst + dst_step*(idx ? idx[i] : i)) = *(int*)src;
1369 memcpy( dst + dst_step*(idx ? idx[i] : i), src, full_width );
1374 uchar* _dst = dst + dst_step*(idx ? idx[i] : i);
1385 uchar* _dst = dst + dst_step*(idx ? idx[i] : i);
1397 uchar* _dst = dst + dst_step*(idx ? idx[i] : i);