Home
last modified time | relevance | path

Searched refs:ecLevel (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/fxbarcode/qrcode/
DBC_QRCoderMatrixUtil.cpp147 bool MakeTypeInfoBits(const CBC_QRCoderErrorCorrectionLevel* ecLevel, in MakeTypeInfoBits() argument
153 int32_t typeInfo = (ecLevel->GetBits() << 3) | maskPattern; in MakeTypeInfoBits()
173 bool EmbedTypeInfo(const CBC_QRCoderErrorCorrectionLevel* ecLevel, in EmbedTypeInfo() argument
177 if (!MakeTypeInfoBits(ecLevel, maskPattern, &typeInfoBits)) in EmbedTypeInfo()
372 const CBC_QRCoderErrorCorrectionLevel* ecLevel, in BuildMatrix() argument
383 if (!EmbedTypeInfo(ecLevel, maskPattern, matrix)) in BuildMatrix()
DBC_QRCodeWriter.cpp47 int32_t ecLevel, in Encode() argument
52 switch (ecLevel) { in Encode()
DBC_QRCoderEncoder.cpp204 const CBC_QRCoderErrorCorrectionLevel* ecLevel, in InitQRCode() argument
206 qrCode->SetECLevel(ecLevel); in InitQRCode()
210 const auto* ecBlocks = version->GetECBlocksForLevel(*ecLevel); in InitQRCode()
253 const CBC_QRCoderErrorCorrectionLevel* ecLevel, in ChooseMaskPattern() argument
260 if (!CBC_QRCoderMatrixUtil::BuildMatrix(bits, ecLevel, version, maskPattern, in ChooseMaskPattern()
418 const CBC_QRCoderErrorCorrectionLevel* ecLevel, in Encode() argument
427 if (!InitQRCode(numInputBytes, ecLevel, qrCode)) in Encode()
DBC_QRCoderVersion.cpp90 const CBC_QRCoderErrorCorrectionLevel& ecLevel) const { in GetECBlocksForLevel()
91 return m_ecBlocksArray[ecLevel.Ordinal()].get(); in GetECBlocksForLevel()
DBC_QRCoder.cpp76 void CBC_QRCoder::SetECLevel(const CBC_QRCoderErrorCorrectionLevel* ecLevel) { in SetECLevel() argument
77 m_ecLevel = ecLevel; in SetECLevel()
DBC_QRCoderEncoder.h23 const CBC_QRCoderErrorCorrectionLevel* ecLevel,
DBC_QRCoderMatrixUtil.h22 const CBC_QRCoderErrorCorrectionLevel* ecLevel,
DBC_QRCodeWriter.h20 int32_t ecLevel,
DBC_QRCoderVersion.h33 const CBC_QRCoderErrorCorrectionLevel& ecLevel) const;
DBC_QRCoder.h38 void SetECLevel(const CBC_QRCoderErrorCorrectionLevel* ecLevel);
/external/pdfium/xfa/fxfa/
Dcxfa_ffbarcode.cpp215 Optional<int32_t> ecLevel = barcode_->GetECLevel(); in UpdateWidgetProperty() local
216 if (ecLevel) in UpdateWidgetProperty()
217 pBarCodeWidget->SetErrorCorrectionLevel(*ecLevel); in UpdateWidgetProperty()
/external/pdfium/xfa/fwl/
Dcfwl_barcode.cpp147 void CFWL_Barcode::SetErrorCorrectionLevel(int32_t ecLevel) { in SetErrorCorrectionLevel() argument
149 m_nECLevel = ecLevel; in SetErrorCorrectionLevel()
Dcfwl_barcode.h60 void SetErrorCorrectionLevel(int32_t ecLevel);