Home
last modified time | relevance | path

Searched refs:getErrorLengthForInterleavedBlock (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fxbarcode/datamatrix/
DBC_SymbolInfo.h36 int32_t getErrorLengthForInterleavedBlock(int32_t index) const;
DBC_SymbolInfo.cpp192 int32_t CBC_SymbolInfo::getErrorLengthForInterleavedBlock(int32_t index) const { in getErrorLengthForInterleavedBlock() function in CBC_SymbolInfo
DBC_ErrorCorrection.cpp144 errorSizes[i] = symbolInfo->getErrorLengthForInterleavedBlock(i + 1); in encodeECC200()