Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/datamatrix/
DBC_SymbolInfo.cpp83 int32_t errorCodewords, in CBC_SymbolInfo() argument
88 errorCodewords, in CBC_SymbolInfo()
93 errorCodewords) {} in CBC_SymbolInfo()
96 int32_t errorCodewords, in CBC_SymbolInfo() argument
104 m_errorCodewords(errorCodewords), in CBC_SymbolInfo()
DBC_SymbolInfo.h16 int32_t errorCodewords,
39 int32_t errorCodewords() const { return m_errorCodewords; } in errorCodewords() function
45 int32_t errorCodewords,
DBC_ErrorCorrection.cpp134 WideString ecc = createECCBlock(codewords, symbolInfo->errorCodewords(), e); in encodeECC200()