Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/datamatrix/
DBC_SymbolInfo.h35 size_t getErrorLengthForInterleavedBlock() const;
DBC_SymbolInfo.cpp189 size_t CBC_SymbolInfo::getErrorLengthForInterleavedBlock() const { in getErrorLengthForInterleavedBlock() function in CBC_SymbolInfo
DBC_ErrorCorrection.cpp202 errorSizes[i] = symbolInfo->getErrorLengthForInterleavedBlock(); in EncodeECC200()