Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/datamatrix/
DBC_SymbolInfo.cpp82 size_t errorCodewords, in CBC_SymbolInfo() argument
87 errorCodewords, in CBC_SymbolInfo()
92 errorCodewords) {} in CBC_SymbolInfo()
95 size_t errorCodewords, in CBC_SymbolInfo() argument
103 m_errorCodewords(errorCodewords), in CBC_SymbolInfo()
DBC_SymbolInfo.h16 size_t errorCodewords,
38 size_t errorCodewords() const { return m_errorCodewords; } in errorCodewords() function
44 size_t errorCodewords,
DBC_ErrorCorrection.cpp192 WideString ecc = CreateECCBlock(codewords, symbolInfo->errorCodewords()); in EncodeECC200()