Home
last modified time | relevance | path

Searched refs:_borderType (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ximgproc/src/
H A Dridgedetectionfilter.cpp16 int _borderType; member in cv::ximgproc::RidgeDetectionFilterImpl
28 _borderType = borderType; in RidgeDetectionFilterImpl()
43 Sobel(img, sbx, _ddepth, _dx, 0, _ksize, _scale, _delta, _borderType); in getRidgeFilteredImage()
44 Sobel(img, sby, _ddepth, 0, _dy, _ksize, _scale, _delta, _borderType); in getRidgeFilteredImage()
47 Sobel(sbx, sbxx, _ddepth, _dx, 0, _ksize, _scale, _delta, _borderType); in getRidgeFilteredImage()
48 Sobel(sby, sbyy, _ddepth, 0, _dy, _ksize, _scale, _delta, _borderType); in getRidgeFilteredImage()
49 Sobel(sbx, sbxy, _ddepth, 0, _dy, _ksize, _scale, _delta, _borderType); in getRidgeFilteredImage()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Dseparable_filter.hpp68 borderType(_borderType),borderValue(_borderValue) in RowFilter3x3S16Base()
102 inline ColFilter3x3S16Base(const BORDER_MODE _borderType, const srcType _borderValue): in ColFilter3x3S16Base()
103 borderType(_borderType),borderValue(_borderValue) {} in ColFilter3x3S16Base()
343 ColFilter3x3S16Base(_borderType, _borderValue) in ColFilter3x3S16Generic()
469 …inline ColFilter3x3S16_m101(const BORDER_MODE _borderType, const srcType _borderValue, const s16 *… in ColFilter3x3S16_m101()
470 ColFilter3x3S16Base(_borderType, _borderValue) {} in ColFilter3x3S16_m101()
609 … inline ColFilter3x3S16_121(const BORDER_MODE _borderType, const srcType _borderValue, const s16*): in ColFilter3x3S16_121()
610 ColFilter3x3S16Base(_borderType, _borderValue) {} in ColFilter3x3S16_121()
775 … inline ColFilter3x3U8_121(const BORDER_MODE _borderType, const srcType _borderValue, const s16*): in ColFilter3x3U8_121()
776 ColFilter3x3S16Base(_borderType, _borderValue) {} in ColFilter3x3U8_121()
[all …]
/dports/games/scummvm/scummvm-2.5.1/graphics/macgui/
H A Dmacwindowborder.cpp59 _borderType = 0; in MacWindowBorder()
195 _borderType = type; in setBorderType()
258 if (_borderType < 0) { in loadInternalBorder()
262 BorderOffsets offsets = _window->_wm->getBorderOffsets(_borderType); in loadInternalBorder()
263 Common::SeekableReadStream *file = _window->_wm->getBorderFile(_borderType, flags); in loadInternalBorder()
H A Dmacwindow.h334 int getBorderType() { return _borderType; }; in getBorderType()
402 int _borderType; variable
H A Dmacwindowborder.h161 int _borderType; variable
H A Dmacwindow.cpp68 _borderType = -1; in MacWindow()
524 _borderType = borderType; in setBorderType()
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSScrollView.m220 _borderType = NSNoBorder;
1099 NSSize border = [[GSTheme theme] sizeForBorderType: _borderType];
1147 if (_borderType != NSNoBorder)
1343 _borderType = borderType;
1391 return _borderType;
1574 flags = _borderType;
1588 [aCoder encodeValueOfObjCType: @encode(NSInteger) at: &_borderType];
1651 _borderType = flags & 3;
1706 [aDecoder decodeValueOfObjCType: @encode(NSInteger) at: &_borderType];
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dbilateral_filter.dispatch.cpp312 …dius, Ipp32f _valSquareSigma, Ipp32f _posSquareSigma, ::ipp::IwiBorderType _borderType, bool *_ok): in ipp_bilateralFilterParallel() argument
320 borderType = _borderType; in ipp_bilateralFilterParallel()
H A Dimgwarp.cpp1085 const Mat *_m2, int _borderType, const Scalar &_borderValue, in RemapInvoker() argument
1088 borderType(_borderType), borderValue(_borderValue), in RemapInvoker()
1621 … int _ippInterpolation, int _borderType, const Scalar & _borderValue, bool * _ok) : in IPPRemapInvoker() argument
1623 … ippInterpolation(_ippInterpolation), borderType(_borderType), borderValue(_borderValue), ok(_ok) in IPPRemapInvoker()
2159 WarpAffineInvoker(const Mat &_src, Mat &_dst, int _interpolation, int _borderType, in WarpAffineInvoker() argument
2162 borderType(_borderType), borderValue(_borderValue), adelta(_adelta), bdelta(_bdelta), in WarpAffineInvoker()
2307 …pAffineInvoker(Mat &_src, Mat &_dst, double (&_coeffs)[2][3], int &_interpolation, int _borderType, in IPPWarpAffineInvoker() argument
2310 borderType(_borderType), borderValue(_borderValue), func(_func), ok(_ok) in IPPWarpAffineInvoker()
2948 int _borderType, const Scalar &_borderValue) : in WarpPerspectiveInvoker() argument
2950 borderType(_borderType), borderValue(_borderValue) in WarpPerspectiveInvoker()
[all …]
H A Dpyramids.cpp729 _borderType = borderType; in PyrDownInvoker()
742 int _borderType; member
812 int _sy = borderInterpolate(sy, ssize.height, _borderType); in operator ()()
H A Dsmooth.simd.hpp1928 …ht, int _cn, const FT* _kx, int _kxlen, const FT* _ky, int _kylen, int _borderType) : ParallelLoop… in fixedSmoothInvoker() argument
1930 …, height(_height), cn(_cn), kx(_kx), ky(_ky), kxlen(_kxlen), kylen(_kylen), borderType(_borderType) in fixedSmoothInvoker()
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/AppKit/
H A DNSScrollView.h65 NSBorderType _borderType; variable
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/test/
H A Dgapi_fluid_parallel_rois_test.cpp112 template<BorderTypes _borderType>
114 BorderTypes borderType = _borderType;
/dports/math/liborigin/liborigin-3.0.1/
H A DOriginObj.h408 … _color, unsigned short _fontSize, int _rotation, int _tab, BorderType _borderType, Attach _attach) in TextBox()
415 , borderType(_borderType) in TextBox()
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dcopy.cpp990 int left, int right, int _borderType, const Scalar& value ) in ipp_copyMakeBorder() argument
998 IppiBorderType borderType = ippiGetBorderType(_borderType); in ipp_copyMakeBorder()
1014 CV_UNUSED(_borderType); CV_UNUSED(value); in ipp_copyMakeBorder()