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

/external/pdfium/xfa/fxbarcode/
H A Dcbc_pdf417i.h30 bool SetErrorCorrectionLevel(int32_t level);
H A Dcbc_qrcode.h31 bool SetErrorCorrectionLevel(int32_t level);
H A DBC_TwoDimWriter.h29 virtual bool SetErrorCorrectionLevel(int32_t level) = 0;
H A Dcbc_pdf417i.cpp30 bool CBC_PDF417I::SetErrorCorrectionLevel(int32_t level) { function in class:CBC_PDF417I
32 ->SetErrorCorrectionLevel(level);
H A Dcbc_qrcode.cpp37 bool CBC_QRCode::SetErrorCorrectionLevel(int32_t level) { function in class:CBC_QRCode
43 ->SetErrorCorrectionLevel(level);
/external/pdfium/xfa/fxbarcode/pdf417/
H A DBC_PDF417Writer.h25 bool SetErrorCorrectionLevel(int32_t level) override;
H A DBC_PDF417Writer.cpp37 bool CBC_PDF417Writer::SetErrorCorrectionLevel(int32_t level) { function in class:CBC_PDF417Writer
/external/pdfium/xfa/fxbarcode/datamatrix/
H A DBC_DataMatrixWriter.h27 bool SetErrorCorrectionLevel(int32_t level) override;
H A DBC_DataMatrixWriter.cpp47 bool CBC_DataMatrixWriter::SetErrorCorrectionLevel(int32_t level) { function in class:CBC_DataMatrixWriter
/external/pdfium/xfa/fxbarcode/qrcode/
H A DBC_QRCodeWriter.h37 bool SetErrorCorrectionLevel(int32_t level) override;
H A DBC_QRCodeWriter.cpp59 bool CBC_QRCodeWriter::SetErrorCorrectionLevel(int32_t level) { function in class:CBC_QRCodeWriter
/external/pdfium/xfa/fwl/
H A Dcfx_barcode.h58 bool SetErrorCorrectionLevel(int32_t level);
H A Dcfwl_barcode.h68 void SetErrorCorrectionLevel(int32_t ecLevel);
H A Dcfx_barcode.cpp277 bool CFX_Barcode::SetErrorCorrectionLevel(int32_t level) { function in class:CFX_Barcode
282 memptr = (memptrtype)&CBC_QRCode::SetErrorCorrectionLevel;
285 memptr = (memptrtype)&CBC_PDF417I::SetErrorCorrectionLevel;
H A Dcfwl_barcode.cpp149 void CFWL_Barcode::SetErrorCorrectionLevel(int32_t ecLevel) { function in class:CFWL_Barcode
207 m_pBarcodeEngine->SetErrorCorrectionLevel(m_nECLevel);
/external/pdfium/xfa/fxfa/app/
H A Dxfa_ffbarcode.cpp196 pBarCodeWidget->SetErrorCorrectionLevel(intVal);

Completed in 322 milliseconds