Searched defs:ecLevel (Results 1 – 6 of 6) sorted by relevance
47 int32_t ecLevel, in Encode()
147 bool MakeTypeInfoBits(const CBC_QRCoderErrorCorrectionLevel* ecLevel, in MakeTypeInfoBits()173 bool EmbedTypeInfo(const CBC_QRCoderErrorCorrectionLevel* ecLevel, in EmbedTypeInfo()372 const CBC_QRCoderErrorCorrectionLevel* ecLevel, in BuildMatrix()
76 void CBC_QRCoder::SetECLevel(const CBC_QRCoderErrorCorrectionLevel* ecLevel) { in SetECLevel()
204 const CBC_QRCoderErrorCorrectionLevel* ecLevel, in InitQRCode()253 const CBC_QRCoderErrorCorrectionLevel* ecLevel, in ChooseMaskPattern()418 const CBC_QRCoderErrorCorrectionLevel* ecLevel, in Encode()
147 void CFWL_Barcode::SetErrorCorrectionLevel(int32_t ecLevel) { in SetErrorCorrectionLevel()
215 Optional<int32_t> ecLevel = barcode_->GetECLevel(); in UpdateWidgetProperty() local