Searched refs:imageRow (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/pdf417/
H A DBC_PDF417DetectionResultColumn.h15 CBC_Codeword* getCodewordNearby(int32_t imageRow);
16 int32_t imageRowToCodewordIndex(int32_t imageRow);
18 void setCodeword(int32_t imageRow, CBC_Codeword* codeword);
19 CBC_Codeword* getCodeword(int32_t imageRow);
H A DBC_PDF417DetectionResultColumn.cpp41 CBC_Codeword* CBC_DetectionResultColumn::getCodewordNearby(int32_t imageRow) { argument
42 CBC_Codeword* codeword = getCodeword(imageRow);
47 int32_t nearImageRow = imageRowToCodewordIndex(imageRow) - i;
54 nearImageRow = imageRowToCodewordIndex(imageRow) + i;
64 int32_t CBC_DetectionResultColumn::imageRowToCodewordIndex(int32_t imageRow) { argument
65 return imageRow - m_boundingBox->getMinY();
71 void CBC_DetectionResultColumn::setCodeword(int32_t imageRow, argument
73 m_codewords->SetAt(imageRowToCodewordIndex(imageRow), codeword);
75 CBC_Codeword* CBC_DetectionResultColumn::getCodeword(int32_t imageRow) { argument
76 return (CBC_Codeword*)m_codewords->GetAt(imageRowToCodewordIndex(imageRow));
[all...]
H A DBC_PDF417ScanningDecoder.h78 int32_t imageRow,
85 int32_t imageRow,
93 int32_t imageRow);
100 int32_t imageRow);
H A DBC_PDF417ScanningDecoder.cpp123 for (int32_t imageRow = boundingBox->getMinY();
124 imageRow <= boundingBox->getMaxY(); imageRow++) {
126 getStartColumn(detectionResult, barcodeColumn, imageRow, leftToRight);
135 startColumn, imageRow, minCodewordWidth, maxCodewordWidth);
137 detectionResultColumn->setCodeword(imageRow, codeword);
304 for (int32_t imageRow = (int32_t)startPoint.GetY();
305 imageRow <= boundingBox->getMaxY() &&
306 imageRow >= boundingBox->getMinY();
307 imageRow
505 getStartColumn( CBC_DetectionResult* detectionResult, int32_t barcodeColumn, int32_t imageRow, FX_BOOL leftToRight) argument
556 detectCodeword( CBC_CommonBitMatrix* image, int32_t minColumn, int32_t maxColumn, FX_BOOL leftToRight, int32_t startColumn, int32_t imageRow, int32_t minCodewordWidth, int32_t maxCodewordWidth) argument
596 getModuleBitCount( CBC_CommonBitMatrix* image, int32_t minColumn, int32_t maxColumn, FX_BOOL leftToRight, int32_t startColumn, int32_t imageRow) argument
634 adjustCodewordStartColumn( CBC_CommonBitMatrix* image, int32_t minColumn, int32_t maxColumn, FX_BOOL leftToRight, int32_t codewordStartColumn, int32_t imageRow) argument
[all...]
/external/opencv3/modules/imgproc/src/
H A Dgeneralized_hough.cpp777 const std::vector<Feature>& imageRow = imageFeatures_[i]; local
783 for (size_t k = 0; k < imageRow.size(); ++k)
785 Feature imF = imageRow[k];
826 const std::vector<Feature>& imageRow = imageFeatures_[i]; local
834 for (size_t k = 0; k < imageRow.size(); ++k)
836 Feature imF = imageRow[k];
883 const std::vector<Feature>& imageRow = imageFeatures_[i]; local
897 for (size_t k = 0; k < imageRow.size(); ++k)
899 Feature imF = imageRow[k];
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/libpng/contrib/libtests/
H A Dpngvalid.c3656 interlace_row(png_bytep buffer, png_const_bytep imageRow, argument
3665 * It is OK for buffer and imageRow to be identical, because 'xin' moves
3673 pixel_copy(buffer, xout, imageRow, xin, pixel_size, littleendian);

Completed in 4161 milliseconds