Home
last modified time | relevance | path

Searched defs:imageRow (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417DetectionResultColumn.cpp41 CBC_Codeword* CBC_DetectionResultColumn::getCodewordNearby(int32_t imageRow) { in getCodewordNearby()
64 int32_t CBC_DetectionResultColumn::imageRowToCodewordIndex(int32_t imageRow) { in imageRowToCodewordIndex()
71 void CBC_DetectionResultColumn::setCodeword(int32_t imageRow, in setCodeword()
75 CBC_Codeword* CBC_DetectionResultColumn::getCodeword(int32_t imageRow) { in getCodeword()
DBC_PDF417ScanningDecoder.cpp123 for (int32_t imageRow = boundingBox->getMinY(); in decode() local
304 for (int32_t imageRow = (int32_t)startPoint.GetY(); in getRowIndicatorColumn() local
508 int32_t imageRow, in getStartColumn()
562 int32_t imageRow, in detectCodeword()
602 int32_t imageRow) { in getModuleBitCount()
640 int32_t imageRow) { in adjustCodewordStartColumn()
/external/opencv3/modules/imgproc/src/
Dgeneralized_hough.cpp777 const std::vector<Feature>& imageRow = imageFeatures_[i]; in calcOrientation() local
826 const std::vector<Feature>& imageRow = imageFeatures_[i]; in calcScale() local
883 const std::vector<Feature>& imageRow = imageFeatures_[i]; in calcPosition() local
/external/libpng/contrib/libtests/
Dpngvalid.c3656 interlace_row(png_bytep buffer, png_const_bytep imageRow, in interlace_row()