Searched refs:dstroi (Results 1 - 4 of 4) sorted by relevance

/external/opencv/cv/src/
H A Dcvutils.cpp112 uchar* dst, int dststep, CvSize dstroi,
132 return ifunc( src, srcstep, srcroi, dstroi, top, left );
147 return func( src, srcstep, srcroi, dst, dststep, dstroi, top, left );
160 dstroi.width *= cn;
163 for( i = 0; i < dstroi.height; i++, idst += dststep )
170 for( j = left+srcroi.width; j < dstroi.width; j++ )
179 dstroi.width *= cn;
182 for( i = 0; i < dstroi.height; i++, dst += dststep )
189 for( j = left+srcroi.width; j < dstroi.width; j++ )
202 uchar* dst, int dststep, CvSize dstroi,
111 icvCopyReplicateBorder_8u( const uchar* src, int srcstep, CvSize srcroi, uchar* dst, int dststep, CvSize dstroi, int top, int left, int cn, const uchar* ) argument
201 icvCopyReflect101Border_8u( const uchar* src, int srcstep, CvSize srcroi, uchar* dst, int dststep, CvSize dstroi, int top, int left, int cn ) argument
334 icvCopyConstBorder_8u( const uchar* src, int srcstep, CvSize srcroi, uchar* dst, int dststep, CvSize dstroi, int top, int left, int cn, const uchar* value ) argument
[all...]
H A D_cvimgproc.h80 uchar* dst, int dststep, CvSize dstroi,
H A D_cvipp.h202 void* dst, int dststep, CvSize dstroi, \
223 void* dst, int dststep, CvRect dstroi, \
240 void* dst, int dststep, CvRect dstroi, \
258 void* dst, int dststep, CvRect dstroi, \
H A Dcvimgwarp.cpp618 void* dst, int dststep, CvSize dstroi,
1067 void* dst, int dststep, CvRect dstroi,
1151 CvRect dstroi = {0, 0, dsize.width, dsize.height}; local
1158 dst->data.ptr, dststep, dstroi,
1343 void* dst, int dststep, CvRect dstroi,
1424 CvRect dstroi = {0, 0, dsize.width, dsize.height}; local
1431 dst->data.ptr, dststep, dstroi,
1449 dst->data.ptr, dststep, dstroi,

Completed in 141 milliseconds