/external/opencv/cv/src/ |
cvdistransform.cpp | 703 int distType, int maskSize, 736 if( maskSize != CV_DIST_MASK_3 && maskSize != CV_DIST_MASK_5 && maskSize != CV_DIST_MASK_PRECISE ) 740 maskSize = !labels ? CV_DIST_MASK_3 : CV_DIST_MASK_5; 742 maskSize = CV_DIST_MASK_5; 744 if( maskSize == CV_DIST_MASK_PRECISE ) 759 if( maskSize == CV_DIST_MASK_3 ) 767 distType == CV_DIST_L1 ? 1 : 2) + maskSize*10, _mask ); 774 memcpy( _mask, mask, (maskSize/2 + 1)*sizeof(float)) [all...] |
cvderiv.cpp | 154 ( CvSize roi, int masksize, int* bufsize ); 166 CvSize size, int masksize, int bordertype, 171 CvSize size, int masksize, int bordertype, 294 int bufsize = 0, masksize = aperture_size == 3 ? 33 : 55; local 304 ipp_sobel_getbufsize_func( size, masksize, &bufsize ) : 319 size, masksize, bordertype, 0, buffer ) : 321 size, masksize, bordertype, 0, buffer ) : 835 int bufsize = 0, masksize = aperture_size == 3 ? 33 : 55; local [all...] |
_cvipp.h | 385 CV_PLUGINS1(CV_PLUGIN_IPPCV), ( CvSize roi, int masksize, int* buffersize )) \ 388 ( const void* src, int srcstep, void* dst, int dststep, CvSize roi, int masksize, \ 426 CV_PLUGINS1(CV_PLUGIN_IPPCV), ( CvSize roi, int masksize, int* buffersize )) \ 429 ( const void* src, int srcstep, void* dst, int dststep, CvSize roi, int masksize, \ [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11wm.c | 59 int masksize; local 179 masksize = ((sicon->w + 7) >> 3) * sicon->h; 180 LSBmask = SDL_malloc(masksize); 184 SDL_memset(LSBmask, 0, masksize); 185 for(i = 0; i < masksize; i++)
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
GraphicsLayerQt.cpp | 82 const QSize maskSize = sourceBoundingRect().toAlignedRect().size(); 83 if (!maskSize.isValid() || maskSize.isEmpty()) { 87 QPixmap maskPixmap(maskSize); [all...] |
/hardware/broadcom/wlan/bcm4329/dhdutil/include/ |
wlioctl.h | 2036 uint masksize; member in struct:__anon17700 [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
wlioctl.h | 2036 uint masksize; member in struct:__anon17759 [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | [all...] |