Searched refs:SetErrorCorrectionLevel (Results 1 – 15 of 15) sorted by relevance
49 bool CBC_CodeBase::SetErrorCorrectionLevel(int32_t level) { in SetErrorCorrectionLevel() function in CBC_CodeBase50 return m_pBCWriter->SetErrorCorrectionLevel(level); in SetErrorCorrectionLevel()
221 bool CFX_Barcode::SetErrorCorrectionLevel(int32_t level) { in SetErrorCorrectionLevel() function in CFX_Barcode222 return m_pBCEngine && m_pBCEngine->SetErrorCorrectionLevel(level); in SetErrorCorrectionLevel()
60 bool CBC_Writer::SetErrorCorrectionLevel(int32_t level) { in SetErrorCorrectionLevel() function in CBC_Writer
26 virtual bool SetErrorCorrectionLevel(int32_t level);
37 bool SetErrorCorrectionLevel(int32_t level);
54 bool SetErrorCorrectionLevel(int32_t level);
24 bool SetErrorCorrectionLevel(int32_t level) override;
105 bool CBC_DataMatrixWriter::SetErrorCorrectionLevel(int32_t level) { in SetErrorCorrectionLevel() function in CBC_DataMatrixWriter
25 bool SetErrorCorrectionLevel(int32_t level) override;
38 bool CBC_QRCodeWriter::SetErrorCorrectionLevel(int32_t level) { in SetErrorCorrectionLevel() function in CBC_QRCodeWriter
26 bool SetErrorCorrectionLevel(int32_t level) override;
38 bool CBC_PDF417Writer::SetErrorCorrectionLevel(int32_t level) { in SetErrorCorrectionLevel() function in CBC_PDF417Writer
147 void CFWL_Barcode::SetErrorCorrectionLevel(int32_t ecLevel) { in SetErrorCorrectionLevel() function in CFWL_Barcode198 m_pBarcodeEngine->SetErrorCorrectionLevel(m_nECLevel); in GenerateBarcodeImageCache()
60 void SetErrorCorrectionLevel(int32_t ecLevel);
217 pBarCodeWidget->SetErrorCorrectionLevel(*ecLevel); in UpdateWidgetProperty()