Home
last modified time | relevance | path

Searched refs:_anchor (Results 1 – 6 of 6) sorted by relevance

/external/opencv/cv/include/
Dcv.hpp67 CvPoint _anchor=cvPoint(-1,-1),
84 CvPoint _anchor=cvPoint(-1,-1),
170 CvPoint _anchor=cvPoint(-1,-1),
177 CvPoint _anchor=cvPoint(-1,-1),
188 CvPoint _anchor=cvPoint(-1,-1),
218 CvPoint _anchor=cvPoint(-1,-1),
225 CvPoint _anchor=cvPoint(-1,-1),
232 CvPoint _anchor=cvPoint(-1,-1),
255 CvPoint _anchor=cvPoint(-1,-1),
260 CvPoint _anchor=cvPoint(-1,-1),
[all …]
/external/opencv/cv/src/
Dcvfilter.cpp69 bool _is_separable, CvSize _ksize, CvPoint _anchor, in CvBaseImageFilter() argument
80 _ksize, _anchor, _border_mode, _border_value ); in CvBaseImageFilter()
125 bool _is_separable, CvSize _ksize, CvPoint _anchor, in init() argument
138 _anchor.x == anchor.x && _anchor.y == anchor.y) ) in init()
146 anchor = _anchor; in init()
642 CvPoint _anchor, int _border_mode, in CvSepFilter() argument
647 init( _max_width, _src_type, _dst_type, _kx, _ky, _anchor, _border_mode, _border_value ); in CvSepFilter()
670 CvPoint _anchor, int _border_mode, in init() argument
701 _anchor, _border_mode, _border_value )); in init()
893 CvPoint _anchor, int _border_mode, in init() argument
[all …]
Dcvmorph.cpp132 CvSize _ksize, CvPoint _anchor, in CvMorphology() argument
138 _element_shape, _element, _ksize, _anchor, in CvMorphology()
159 CvSize _ksize, CvPoint _anchor, in init() argument
192 _element_shape == RECT, _ksize, _anchor, _border_mode, _border_value )); in init()
294 CvPoint _anchor, int _border_mode, in init() argument
298 _ksize, _anchor, _border_mode, _border_value ); in init()
Dcvderiv.cpp467 CvPoint _anchor, int _border_mode, in init() argument
471 _ksize, _anchor, _border_mode, _border_value ); in init()
477 CvPoint _anchor, int _border_mode, in init() argument
481 _anchor, _border_mode, _border_value ); in init()
Dcvsmooth.cpp90 CvPoint _anchor, int _border_mode, in CvBoxFilter() argument
98 _ksize, _anchor, _border_mode, _border_value ); in CvBoxFilter()
110 CvPoint _anchor, int _border_mode, in init() argument
129 _anchor, _border_mode, _border_value ); in init()
/external/chromium-trace/trace-viewer/third_party/webapp2/
DCHANGES143 - Removed support for _anchor in uri_for() -- the documented keyword is
340 - URI building accepts a _fragment argument, with _anchor as fallback.