Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/datamatrix/
DBC_SymbolInfo.h34 size_t getDataLengthForInterleavedBlock() const;
DBC_SymbolInfo.cpp185 size_t CBC_SymbolInfo::getDataLengthForInterleavedBlock() const { in getDataLengthForInterleavedBlock() function in CBC_SymbolInfo
DBC_ErrorCorrection.cpp201 dataSizes[i] = symbolInfo->getDataLengthForInterleavedBlock(); in EncodeECC200()