Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/
Dcbc_pdf417i.cpp34 bool CBC_PDF417I::SetErrorCorrectionLevel(int32_t level) { in SetErrorCorrectionLevel() function in CBC_PDF417I
35 GetPDF417Writer()->SetErrorCorrectionLevel(level); in SetErrorCorrectionLevel()
Dcbc_qrcode.cpp34 bool CBC_QRCode::SetErrorCorrectionLevel(int32_t level) { in SetErrorCorrectionLevel() function in CBC_QRCode
37 return GetQRCodeWriter()->SetErrorCorrectionLevel(level); in SetErrorCorrectionLevel()
Dcbc_qrcode.h28 bool SetErrorCorrectionLevel(int32_t level);
Dcbc_pdf417i.h28 bool SetErrorCorrectionLevel(int32_t level);
DBC_TwoDimWriter.h28 virtual bool SetErrorCorrectionLevel(int32_t level) = 0;
/external/pdfium/xfa/fwl/
Dcfx_barcode.cpp267 bool CFX_Barcode::SetErrorCorrectionLevel(int32_t level) { in SetErrorCorrectionLevel() function in CFX_Barcode
272 memptr = (memptrtype)&CBC_QRCode::SetErrorCorrectionLevel; in SetErrorCorrectionLevel()
275 memptr = (memptrtype)&CBC_PDF417I::SetErrorCorrectionLevel; in SetErrorCorrectionLevel()
Dcfwl_barcode.cpp147 void CFWL_Barcode::SetErrorCorrectionLevel(int32_t ecLevel) { in SetErrorCorrectionLevel() function in CFWL_Barcode
203 m_pBarcodeEngine->SetErrorCorrectionLevel(m_nECLevel); in GenerateBarcodeImageCache()
Dcfx_barcode.h55 bool SetErrorCorrectionLevel(int32_t level);
Dcfwl_barcode.h67 void SetErrorCorrectionLevel(int32_t ecLevel);
/external/pdfium/fxbarcode/qrcode/
DBC_QRCodeWriter.h26 bool SetErrorCorrectionLevel(int32_t level) override;
DBC_QRCodeWriter.cpp50 bool CBC_QRCodeWriter::SetErrorCorrectionLevel(int32_t level) { in SetErrorCorrectionLevel() function in CBC_QRCodeWriter
/external/pdfium/fxbarcode/datamatrix/
DBC_DataMatrixWriter.h26 bool SetErrorCorrectionLevel(int32_t level) override;
DBC_DataMatrixWriter.cpp106 bool CBC_DataMatrixWriter::SetErrorCorrectionLevel(int32_t level) { in SetErrorCorrectionLevel() function in CBC_DataMatrixWriter
/external/pdfium/fxbarcode/pdf417/
DBC_PDF417Writer.h26 bool SetErrorCorrectionLevel(int32_t level) override;
DBC_PDF417Writer.cpp40 bool CBC_PDF417Writer::SetErrorCorrectionLevel(int32_t level) { in SetErrorCorrectionLevel() function in CBC_PDF417Writer
/external/pdfium/xfa/fxfa/
Dcxfa_ffbarcode.cpp192 pBarCodeWidget->SetErrorCorrectionLevel(*ecLevel); in UpdateWidgetProperty()