Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_SymbolInfo.h51 int32_t getErrorLengthForInterleavedBlock(int32_t index);
DBC_ErrorCorrection.cpp108 errorSizes[i] = symbolInfo->getErrorLengthForInterleavedBlock(i + 1); in encodeECC200()
DBC_SymbolInfo.cpp229 int32_t CBC_SymbolInfo::getErrorLengthForInterleavedBlock(int32_t index) { in getErrorLengthForInterleavedBlock() function in CBC_SymbolInfo