Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/qrcode/
DBC_QRCoderMatrixUtil.h20 const CBC_QRCoderErrorCorrectionLevel* ecLevel,
28 static void EmbedTypeInfo(const CBC_QRCoderErrorCorrectionLevel* ecLevel,
41 static void MakeTypeInfoBits(const CBC_QRCoderErrorCorrectionLevel* ecLevel,
DBC_QRCoderMatrixUtil.cpp88 const CBC_QRCoderErrorCorrectionLevel* ecLevel, in BuildMatrix() argument
103 EmbedTypeInfo(ecLevel, maskPattern, matrix, e); in BuildMatrix()
135 const CBC_QRCoderErrorCorrectionLevel* ecLevel, in EmbedTypeInfo() argument
144 MakeTypeInfoBits(ecLevel, maskPattern, &typeInfoBits, e); in EmbedTypeInfo()
257 const CBC_QRCoderErrorCorrectionLevel* ecLevel, in MakeTypeInfoBits() argument
269 int32_t typeInfo = (ecLevel->GetBits() << 3) | maskPattern; in MakeTypeInfoBits()
DBC_QRCodeWriter.cpp59 int32_t ecLevel, in Encode() argument
63 switch (ecLevel) { in Encode()
DBC_QRCoderVersion.cpp97 const CBC_QRCoderErrorCorrectionLevel& ecLevel) const { in GetECBlocksForLevel()
98 return m_ecBlocksArray[ecLevel.Ordinal()].get(); in GetECBlocksForLevel()
DBC_QRCoderEncoder.cpp207 const CBC_QRCoderErrorCorrectionLevel* ecLevel, in InitQRCode() argument
210 qrCode->SetECLevel(ecLevel); in InitQRCode()
215 const auto* ecBlocks = version->GetECBlocksForLevel(*ecLevel); in InitQRCode()
300 const CBC_QRCoderErrorCorrectionLevel* ecLevel, in ChooseMaskPattern() argument
308 CBC_QRCoderMatrixUtil::BuildMatrix(bits, ecLevel, version, maskPattern, in ChooseMaskPattern()
569 const CBC_QRCoderErrorCorrectionLevel* ecLevel, in Encode() argument
581 if (!InitQRCode(numInputBytes, ecLevel, mode, qrCode)) in Encode()
DBC_QRCoder.cpp107 void CBC_QRCoder::SetECLevel(const CBC_QRCoderErrorCorrectionLevel* ecLevel) { in SetECLevel() argument
108 m_ecLevel = ecLevel; in SetECLevel()
DBC_QRCoderEncoder.h24 const CBC_QRCoderErrorCorrectionLevel* ecLevel,
DBC_QRCodeWriter.h21 int32_t ecLevel,
DBC_QRCoderVersion.h35 const CBC_QRCoderErrorCorrectionLevel& ecLevel) const;
DBC_QRCoder.h42 void SetECLevel(const CBC_QRCoderErrorCorrectionLevel* ecLevel);
/external/pdfium/fxbarcode/datamatrix/
DBC_DataMatrixWriter.cpp117 WideString ecLevel; in Encode() local
120 CBC_HighLevelEncoder::encodeHighLevel(contents, ecLevel, false, e); in Encode()
DBC_EncoderContext.h18 const WideString& ecLevel,
DBC_HighLevelEncoder.h29 WideString ecLevel,
DBC_EncoderContext.cpp32 const WideString& ecLevel, in CBC_EncoderContext() argument
DBC_HighLevelEncoder.cpp70 WideString ecLevel, in encodeHighLevel() argument
73 CBC_EncoderContext context(msg, ecLevel, e); in encodeHighLevel()
/external/pdfium/xfa/fxfa/
Dcxfa_ffbarcode.cpp190 Optional<int32_t> ecLevel = node->GetBarcodeAttribute_ECLevel(); in UpdateWidgetProperty() local
191 if (ecLevel) in UpdateWidgetProperty()
192 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.h67 void SetErrorCorrectionLevel(int32_t ecLevel);