Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_SymbolInfo.cpp91 m_errorCodewords = errorCodewords; in CBC_SymbolInfo()
108 m_errorCodewords = errorCodewords; in CBC_SymbolInfo()
221 return m_dataCapacity + m_errorCodewords; in getCodewordCount()
254 sb += m_errorCodewords; in toString()
DBC_SymbolInfo.h56 int32_t m_errorCodewords; variable
DBC_ErrorCorrection.cpp96 createECCBlock(codewords, symbolInfo->m_errorCodewords, e); in encodeECC200()