HomeSort by relevance Sort by last modified time
    Searched refs:SetErrorCorrectionLevel (Results 1 - 16 of 16) sorted by null

  /external/pdfium/fxbarcode/
cbc_pdf417i.h 28 bool SetErrorCorrectionLevel(int32_t level);
cbc_qrcode.h 28 bool SetErrorCorrectionLevel(int32_t level);
cbc_pdf417i.cpp 34 bool CBC_PDF417I::SetErrorCorrectionLevel(int32_t level) {
35 GetPDF417Writer()->SetErrorCorrectionLevel(level);
cbc_qrcode.cpp 34 bool CBC_QRCode::SetErrorCorrectionLevel(int32_t level) {
37 return GetQRCodeWriter()->SetErrorCorrectionLevel(level);
BC_TwoDimWriter.h 28 virtual bool SetErrorCorrectionLevel(int32_t level) = 0;
  /external/pdfium/fxbarcode/datamatrix/
BC_DataMatrixWriter.h 26 bool SetErrorCorrectionLevel(int32_t level) override;
BC_DataMatrixWriter.cpp 106 bool CBC_DataMatrixWriter::SetErrorCorrectionLevel(int32_t level) {
  /external/pdfium/fxbarcode/pdf417/
BC_PDF417Writer.h 26 bool SetErrorCorrectionLevel(int32_t level) override;
BC_PDF417Writer.cpp 40 bool CBC_PDF417Writer::SetErrorCorrectionLevel(int32_t level) {
  /external/pdfium/fxbarcode/qrcode/
BC_QRCodeWriter.h 26 bool SetErrorCorrectionLevel(int32_t level) override;
BC_QRCodeWriter.cpp 50 bool CBC_QRCodeWriter::SetErrorCorrectionLevel(int32_t level) {
  /external/pdfium/xfa/fwl/
cfx_barcode.h 55 bool SetErrorCorrectionLevel(int32_t level);
cfwl_barcode.h 67 void SetErrorCorrectionLevel(int32_t ecLevel);
cfx_barcode.cpp 267 bool CFX_Barcode::SetErrorCorrectionLevel(int32_t level) {
272 memptr = (memptrtype)&CBC_QRCode::SetErrorCorrectionLevel;
275 memptr = (memptrtype)&CBC_PDF417I::SetErrorCorrectionLevel;
cfwl_barcode.cpp 147 void CFWL_Barcode::SetErrorCorrectionLevel(int32_t ecLevel) {
203 m_pBarcodeEngine->SetErrorCorrectionLevel(m_nECLevel);
  /external/pdfium/xfa/fxfa/
cxfa_ffbarcode.cpp 192 pBarCodeWidget->SetErrorCorrectionLevel(*ecLevel);

Completed in 2873 milliseconds