Lines Matching refs:BORDER_TRANSPARENT
3528 else if( borderType != BORDER_TRANSPARENT ) in remapNearest()
3562 else if( borderType != BORDER_TRANSPARENT ) in remapNearest()
3913 if( borderType == BORDER_TRANSPARENT && cn != 3 ) in remapBilinear()
3987 else if( borderType == BORDER_TRANSPARENT && in remapBilinear()
4030 int borderType1 = borderType != BORDER_TRANSPARENT ? borderType : BORDER_REFLECT_101; in remapBicubic()
4070 if( borderType == BORDER_TRANSPARENT && in remapBicubic()
4135 int borderType1 = borderType != BORDER_TRANSPARENT ? borderType : BORDER_REFLECT_101; in remapLanczos4()
4173 if( borderType == BORDER_TRANSPARENT && in remapLanczos4()
4494 …if (borderType == BORDER_TRANSPARENT || !(interpolation == INTER_LINEAR || interpolation == INTER_… in ocl_remap()
4683 (borderType == BORDER_CONSTANT || borderType == BORDER_TRANSPARENT)) in remap()
5616 ( borderType == cv::BORDER_TRANSPARENT || borderType == cv::BORDER_CONSTANT) ) in warpAffine()
6124 ( borderType == cv::BORDER_TRANSPARENT || borderType == cv::BORDER_CONSTANT ) && in warpPerspective()
6371 (flags & CV_WARP_FILL_OUTLIERS) ? cv::BORDER_CONSTANT : cv::BORDER_TRANSPARENT, in cvWarpAffine()
6383 (flags & CV_WARP_FILL_OUTLIERS) ? cv::BORDER_CONSTANT : cv::BORDER_TRANSPARENT, in cvWarpPerspective()
6396 (flags & CV_WARP_FILL_OUTLIERS) ? cv::BORDER_CONSTANT : cv::BORDER_TRANSPARENT, in cvRemap()