Home
last modified time | relevance | path

Searched refs:errorCorrectionCodeWords (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxbarcode/pdf417/
DBC_PDF417.cpp405 int32_t errorCorrectionCodeWords = in generateBarcodeLogic() local
416 determineDimensions(sourceCodeWords, errorCorrectionCodeWords, e); in generateBarcodeLogic()
423 errorCorrectionCodeWords, cols, rows); in generateBarcodeLogic()
424 if (sourceCodeWords + errorCorrectionCodeWords + 1 > 929) { in generateBarcodeLogic()
541 int32_t errorCorrectionCodeWords, in determineDimensions() argument
547 calculateNumberOfRows(sourceCodeWords, errorCorrectionCodeWords, cols); in determineDimensions()
568 errorCorrectionCodeWords, m_minCols); in determineDimensions()
DBC_PDF417.h56 int32_t errorCorrectionCodeWords,