Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/datamatrix/
DBC_SymbolInfo.h35 int32_t getDataLengthForInterleavedBlock(int32_t index) const;
DBC_SymbolInfo.cpp188 int32_t CBC_SymbolInfo::getDataLengthForInterleavedBlock(int32_t index) const { in getDataLengthForInterleavedBlock() function in CBC_SymbolInfo
DBC_ErrorCorrection.cpp143 dataSizes[i] = symbolInfo->getDataLengthForInterleavedBlock(i + 1); in encodeECC200()