Home
last modified time | relevance | path

Searched refs:getInterleavedBlockCount (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fxbarcode/datamatrix/
DBC_DataMatrixSymbolInfo144.cpp32 int32_t CBC_DataMatrixSymbolInfo144::getInterleavedBlockCount() const { in getInterleavedBlockCount() function in CBC_DataMatrixSymbolInfo144
DBC_DataMatrixSymbolInfo144.h17 int32_t getInterleavedBlockCount() const override;
DBC_SymbolInfo.h34 virtual int32_t getInterleavedBlockCount() const;
DBC_SymbolInfo.cpp184 int32_t CBC_SymbolInfo::getInterleavedBlockCount() const { in getInterleavedBlockCount() function in CBC_SymbolInfo
DBC_ErrorCorrection.cpp132 int32_t blockCount = symbolInfo->getInterleavedBlockCount(); in encodeECC200()