/external/pdfium/xfa/src/fxbarcode/ |
D | BC_LuminanceSource.h | 17 virtual CFX_ByteArray* GetRow(int32_t y, CFX_ByteArray& row, int32_t& e) = 0;
|
D | BC_BufferedImageLuminanceSource.h | 17 CFX_ByteArray* GetRow(int32_t y, CFX_ByteArray& row, int32_t& e);
|
D | BC_BufferedImageLuminanceSource.cpp | 126 CFX_ByteArray* CBC_BufferedImageLuminanceSource::GetRow(int32_t y, in GetRow() function in CBC_BufferedImageLuminanceSource
|
/external/pdfium/xfa/src/fxbarcode/common/ |
D | BC_GlobalHistogramBinarizer.cpp | 44 CFX_ByteArray* localLuminances = source->GetRow(y, m_luminance, e); in GetBlackRow() 85 CFX_ByteArray* localLuminances = source->GetRow(row, m_luminance, e); in GetBlackMatrix()
|
D | BC_CommonBitMatrix.h | 23 CBC_CommonBitArray* GetRow(int32_t y, CBC_CommonBitArray* row);
|
D | BC_CommonBitMatrix.cpp | 107 CBC_CommonBitArray* CBC_CommonBitMatrix::GetRow(int32_t y, in GetRow() function in CBC_CommonBitMatrix
|
/external/pdfium/xfa/src/fxbarcode/pdf417/ |
D | BC_PDF417Detector.cpp | 76 bitMatrix->GetRow(height - 1 - y, secondRowBitArray); in rotate180() 78 firstRowBitArray = bitMatrix->GetRow(y, tempfirstRow); in rotate180()
|
/external/opencv/ml/include/ |
D | ml.h | 392 typedef float* (CvSVMSolver::*GetRow)( int i, float* row, float* dst, bool existed ); typedef 399 CvMemStorage* storage, CvSVMKernel* kernel, GetRow get_row, 403 CvMemStorage* storage, CvSVMKernel* kernel, GetRow get_row, 459 GetRow get_row_func;
|
/external/opencv3/apps/traincascade/ |
D | old_ml.hpp | 367 typedef float* (CvSVMSolver::*GetRow)( int i, float* row, float* dst, bool existed ); typedef in CvSVMSolver 374 CvMemStorage* storage, CvSVMKernel* kernel, GetRow get_row, 378 CvMemStorage* storage, CvSVMKernel* kernel, GetRow get_row, 434 GetRow get_row_func;
|
/external/opencv3/modules/ml/src/ |
D | svm.cpp | 446 typedef Qfloat* (Solver::*GetRow)( int i, Qfloat* row, Qfloat* dst, bool existed ); typedef in cv::ml::SVMImpl::Solver 480 const Ptr<SVM::Kernel>& _kernel, GetRow _get_row, in Solver() 1223 GetRow get_row_func;
|
/external/opencv/ml/src/ |
D | mlsvm.cpp | 388 CvMemStorage* _storage, CvSVMKernel* _kernel, GetRow _get_row, in CvSVMSolver() 399 CvMemStorage* _storage, CvSVMKernel* _kernel, GetRow _get_row, in create()
|