Home
last modified time | relevance | path

Searched refs:barcodeMetadata (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417DetectionResultRowIndicatorColumn.cpp50 CBC_BarcodeMetadata barcodeMetadata) { in adjustCompleteIndicatorColumnRowNumbers() argument
53 removeIncorrectCodewords(codewords, barcodeMetadata); in adjustCompleteIndicatorColumnRowNumbers()
62 (lastRow - firstRow) / (FX_FLOAT)barcodeMetadata.getRowCount(); in adjustCompleteIndicatorColumnRowNumbers()
82 } else if (codeword->getRowNumber() >= barcodeMetadata.getRowCount()) { in adjustCompleteIndicatorColumnRowNumbers()
110 CBC_BarcodeMetadata* barcodeMetadata = getBarcodeMetadata(); in getRowHeights() local
111 if (barcodeMetadata == NULL) { in getRowHeights()
115 adjustIncompleteIndicatorColumnRowNumbers(*barcodeMetadata); in getRowHeights()
117 result->SetSize(barcodeMetadata->getRowCount()); in getRowHeights()
129 CBC_BarcodeMetadata barcodeMetadata) { in adjustIncompleteIndicatorColumnRowNumbers() argument
138 (lastRow - firstRow) / (FX_FLOAT)barcodeMetadata.getRowCount(); in adjustIncompleteIndicatorColumnRowNumbers()
[all …]
DBC_PDF417DetectionResultRowIndicatorColumn.h19 CBC_BarcodeMetadata barcodeMetadata);
22 CBC_BarcodeMetadata barcodeMetadata);
30 CBC_BarcodeMetadata barcodeMetadata);
DBC_PDF417DetectionResult.cpp32 CBC_DetectionResult::CBC_DetectionResult(CBC_BarcodeMetadata* barcodeMetadata, in CBC_DetectionResult() argument
34 m_barcodeMetadata = barcodeMetadata; in CBC_DetectionResult()
35 m_barcodeColumnCount = barcodeMetadata->getColumnCount(); in CBC_DetectionResult()
DBC_PDF417ScanningDecoder.cpp185 CBC_BarcodeMetadata* barcodeMetadata = in merge() local
187 if (barcodeMetadata == NULL) { in merge()
194 delete barcodeMetadata; in merge()
200 delete barcodeMetadata; in merge()
206 delete barcodeMetadata; in merge()
210 new CBC_DetectionResult(barcodeMetadata, boundingBox); in merge()
DBC_PDF417DetectionResult.h15 CBC_DetectionResult(CBC_BarcodeMetadata* barcodeMetadata,