Searched refs:GetECLevel (Results 1 – 6 of 6) sorted by relevance
26 Optional<int32_t> GetECLevel();
116 Optional<int32_t> CXFA_Barcode::GetECLevel() { in GetECLevel() function in CXFA_Barcode
27 const CBC_QRCoderErrorCorrectionLevel* GetECLevel() const;
34 const CBC_QRCoderErrorCorrectionLevel* CBC_QRCoder::GetECLevel() const { in GetECLevel() function in CBC_QRCoder
450 &finalBits, qrCode->GetECLevel(), qrCode->GetVersion(), matrix.get()); in Encode()456 &finalBits, qrCode->GetECLevel(), qrCode->GetVersion(), in Encode()
215 Optional<int32_t> ecLevel = barcode_->GetECLevel(); in UpdateWidgetProperty()