Searched refs:ecLevel (Results 1 – 13 of 13) sorted by relevance
/external/pdfium/fxbarcode/qrcode/ |
D | BC_QRCoderMatrixUtil.cpp | 147 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()
|
D | BC_QRCodeWriter.cpp | 47 int32_t ecLevel, in Encode() argument 52 switch (ecLevel) { in Encode()
|
D | BC_QRCoderEncoder.cpp | 204 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()
|
D | BC_QRCoderVersion.cpp | 90 const CBC_QRCoderErrorCorrectionLevel& ecLevel) const { in GetECBlocksForLevel() 91 return m_ecBlocksArray[ecLevel.Ordinal()].get(); in GetECBlocksForLevel()
|
D | BC_QRCoder.cpp | 76 void CBC_QRCoder::SetECLevel(const CBC_QRCoderErrorCorrectionLevel* ecLevel) { in SetECLevel() argument 77 m_ecLevel = ecLevel; in SetECLevel()
|
D | BC_QRCoderEncoder.h | 23 const CBC_QRCoderErrorCorrectionLevel* ecLevel,
|
D | BC_QRCoderMatrixUtil.h | 22 const CBC_QRCoderErrorCorrectionLevel* ecLevel,
|
D | BC_QRCodeWriter.h | 20 int32_t ecLevel,
|
D | BC_QRCoderVersion.h | 33 const CBC_QRCoderErrorCorrectionLevel& ecLevel) const;
|
D | BC_QRCoder.h | 38 void SetECLevel(const CBC_QRCoderErrorCorrectionLevel* ecLevel);
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffbarcode.cpp | 215 Optional<int32_t> ecLevel = barcode_->GetECLevel(); in UpdateWidgetProperty() local 216 if (ecLevel) in UpdateWidgetProperty() 217 pBarCodeWidget->SetErrorCorrectionLevel(*ecLevel); in UpdateWidgetProperty()
|
/external/pdfium/xfa/fwl/ |
D | cfwl_barcode.cpp | 147 void CFWL_Barcode::SetErrorCorrectionLevel(int32_t ecLevel) { in SetErrorCorrectionLevel() argument 149 m_nECLevel = ecLevel; in SetErrorCorrectionLevel()
|
D | cfwl_barcode.h | 60 void SetErrorCorrectionLevel(int32_t ecLevel);
|