Lines Matching refs:full_width
1362 int full_width = CV_ELEM_SIZE(dst_type)*size.width;1364 if( full_width == sizeof(int) ) // another common case: copy int's or float's1369 memcpy( dst + dst_step*(idx ? idx[i] : i), src, full_width );