Home
last modified time | relevance | path

Searched refs:SetErrorCorrectionLevel (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/fxbarcode/
Dcbc_codebase.cpp49 bool CBC_CodeBase::SetErrorCorrectionLevel(int32_t level) { in SetErrorCorrectionLevel() function in CBC_CodeBase
50 return m_pBCWriter->SetErrorCorrectionLevel(level); in SetErrorCorrectionLevel()
Dcfx_barcode.cpp221 bool CFX_Barcode::SetErrorCorrectionLevel(int32_t level) { in SetErrorCorrectionLevel() function in CFX_Barcode
222 return m_pBCEngine && m_pBCEngine->SetErrorCorrectionLevel(level); in SetErrorCorrectionLevel()
DBC_Writer.cpp60 bool CBC_Writer::SetErrorCorrectionLevel(int32_t level) { in SetErrorCorrectionLevel() function in CBC_Writer
DBC_Writer.h26 virtual bool SetErrorCorrectionLevel(int32_t level);
Dcbc_codebase.h37 bool SetErrorCorrectionLevel(int32_t level);
Dcfx_barcode.h54 bool SetErrorCorrectionLevel(int32_t level);
/external/pdfium/fxbarcode/datamatrix/
DBC_DataMatrixWriter.h24 bool SetErrorCorrectionLevel(int32_t level) override;
DBC_DataMatrixWriter.cpp105 bool CBC_DataMatrixWriter::SetErrorCorrectionLevel(int32_t level) { in SetErrorCorrectionLevel() function in CBC_DataMatrixWriter
/external/pdfium/fxbarcode/qrcode/
DBC_QRCodeWriter.h25 bool SetErrorCorrectionLevel(int32_t level) override;
DBC_QRCodeWriter.cpp38 bool CBC_QRCodeWriter::SetErrorCorrectionLevel(int32_t level) { in SetErrorCorrectionLevel() function in CBC_QRCodeWriter
/external/pdfium/xfa/fwl/
Dcfwl_barcode.cpp147 void CFWL_Barcode::SetErrorCorrectionLevel(int32_t ecLevel) { in SetErrorCorrectionLevel() function in CFWL_Barcode
198 m_pBarcodeEngine->SetErrorCorrectionLevel(m_nECLevel); in GenerateBarcodeImageCache()
Dcfwl_barcode.h60 void SetErrorCorrectionLevel(int32_t ecLevel);
/external/pdfium/fxbarcode/pdf417/
DBC_PDF417Writer.h26 bool SetErrorCorrectionLevel(int32_t level) override;
DBC_PDF417Writer.cpp38 bool CBC_PDF417Writer::SetErrorCorrectionLevel(int32_t level) { in SetErrorCorrectionLevel() function in CBC_PDF417Writer
/external/pdfium/xfa/fxfa/
Dcxfa_ffbarcode.cpp217 pBarCodeWidget->SetErrorCorrectionLevel(*ecLevel); in UpdateWidgetProperty()