Home
last modified time | relevance | path

Searched refs:m_iCorrectLevel (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fxbarcode/qrcode/
DBC_QRCodeWriter.cpp35 m_iCorrectLevel = 1; in CBC_QRCodeWriter()
63 m_iCorrectLevel = level; in SetErrorCorrectionLevel()
/external/pdfium/xfa/fxbarcode/pdf417/
DBC_PDF417Writer.cpp41 m_iCorrectLevel = level; in SetErrorCorrectionLevel()
61 encoder.generateBarcodeLogic(contents, m_iCorrectLevel, e); in Encode()
/external/pdfium/xfa/fxbarcode/datamatrix/
DBC_DataMatrixWriter.h33 int32_t m_iCorrectLevel; variable
DBC_DataMatrixWriter.cpp48 m_iCorrectLevel = level; in SetErrorCorrectionLevel()
/external/pdfium/xfa/fxbarcode/
DBC_TwoDimWriter.cpp18 CBC_TwoDimWriter::CBC_TwoDimWriter() : m_iCorrectLevel(1), m_bFixedSize(true) {} in CBC_TwoDimWriter()
57 return m_iCorrectLevel; in GetErrorCorrectionLevel()
DBC_TwoDimWriter.h34 int32_t m_iCorrectLevel;