Searched refs:SetErrorCorrectionLevel (Results 1 – 16 of 16) sorted by relevance
34 bool CBC_PDF417I::SetErrorCorrectionLevel(int32_t level) { in SetErrorCorrectionLevel() function in CBC_PDF417I35 GetPDF417Writer()->SetErrorCorrectionLevel(level); in SetErrorCorrectionLevel()
34 bool CBC_QRCode::SetErrorCorrectionLevel(int32_t level) { in SetErrorCorrectionLevel() function in CBC_QRCode37 return GetQRCodeWriter()->SetErrorCorrectionLevel(level); in SetErrorCorrectionLevel()
28 bool SetErrorCorrectionLevel(int32_t level);
28 virtual bool SetErrorCorrectionLevel(int32_t level) = 0;
267 bool CFX_Barcode::SetErrorCorrectionLevel(int32_t level) { in SetErrorCorrectionLevel() function in CFX_Barcode272 memptr = (memptrtype)&CBC_QRCode::SetErrorCorrectionLevel; in SetErrorCorrectionLevel()275 memptr = (memptrtype)&CBC_PDF417I::SetErrorCorrectionLevel; in SetErrorCorrectionLevel()
147 void CFWL_Barcode::SetErrorCorrectionLevel(int32_t ecLevel) { in SetErrorCorrectionLevel() function in CFWL_Barcode203 m_pBarcodeEngine->SetErrorCorrectionLevel(m_nECLevel); in GenerateBarcodeImageCache()
55 bool SetErrorCorrectionLevel(int32_t level);
67 void SetErrorCorrectionLevel(int32_t ecLevel);
26 bool SetErrorCorrectionLevel(int32_t level) override;
50 bool CBC_QRCodeWriter::SetErrorCorrectionLevel(int32_t level) { in SetErrorCorrectionLevel() function in CBC_QRCodeWriter
106 bool CBC_DataMatrixWriter::SetErrorCorrectionLevel(int32_t level) { in SetErrorCorrectionLevel() function in CBC_DataMatrixWriter
40 bool CBC_PDF417Writer::SetErrorCorrectionLevel(int32_t level) { in SetErrorCorrectionLevel() function in CBC_PDF417Writer
192 pBarCodeWidget->SetErrorCorrectionLevel(*ecLevel); in UpdateWidgetProperty()