Home
last modified time | relevance | path

Searched defs:_mtx (Results 1 – 7 of 7) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-hmtx-table.hh53 struct _mtx struct
55 static const hb_tag_t tableTag = HB_TAG('_','m','t','x');
57 static const hb_tag_t hmtxTag = HB_OT_TAG_hmtx;
58 static const hb_tag_t vmtxTag = HB_OT_TAG_vmtx;
60 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize()
69 LongMetric longMetric[VAR]; /* Paired advance width and leading
77 FWORD leadingBearingX[VAR]; /* Here the advance is assumed
/external/opencv3/modules/objdetect/src/
Dhaar.cpp1289 bool _outputLevels, Mutex *_mtx ) in HaarDetectObjects_ScaleImage_Invoker()
1426 std::vector<Rect>& _vec, Mutex* _mtx ) in HaarDetectObjects_ScaleCascade_Invoker()
Dhog.cpp1567 const double* _levelScale, std::vector<Rect> * _vec, Mutex* _mtx, in HOGInvoker()
3275 std::vector<Rect>* _vec, Mutex* _mtx ) in HOGConfInvoker()
Dcascadedetect.cpp1009 bool outputLevels, const Mat& _mask, Mutex* _mtx) in CascadeClassifierInvoker()
/external/opencv3/modules/flann/include/opencv2/flann/
Dkmeans_index.h279 … _count, int* _belongs_to, std::vector<DistanceType>& _radiuses, bool& _converged, cv::Mutex& _mtx) in KMeansDistanceComputer()
/external/opencv3/modules/core/src/
Dmatmul.cpp1943 void cv::transform( InputArray _src, OutputArray _dst, InputArray _mtx ) in transform()
2121 void cv::perspectiveTransform( InputArray _src, OutputArray _dst, InputArray _mtx ) in perspectiveTransform()
/external/opencv3/modules/core/include/opencv2/core/
Dmatx.hpp858 MatxCommaInitializer<_Tp, m, n>::MatxCommaInitializer(Matx<_Tp, m, n>* _mtx) in MatxCommaInitializer()