/external/pdfium/fxbarcode/qrcode/ |
D | BC_QRCoderMatrixUtil.h | 20 const CBC_QRCoderErrorCorrectionLevel* ecLevel, 28 static void EmbedTypeInfo(const CBC_QRCoderErrorCorrectionLevel* ecLevel, 41 static void MakeTypeInfoBits(const CBC_QRCoderErrorCorrectionLevel* ecLevel,
|
D | BC_QRCoderMatrixUtil.cpp | 88 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()
|
D | BC_QRCodeWriter.cpp | 59 int32_t ecLevel, in Encode() argument 63 switch (ecLevel) { in Encode()
|
D | BC_QRCoderVersion.cpp | 97 const CBC_QRCoderErrorCorrectionLevel& ecLevel) const { in GetECBlocksForLevel() 98 return m_ecBlocksArray[ecLevel.Ordinal()].get(); in GetECBlocksForLevel()
|
D | BC_QRCoderEncoder.cpp | 207 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()
|
D | BC_QRCoder.cpp | 107 void CBC_QRCoder::SetECLevel(const CBC_QRCoderErrorCorrectionLevel* ecLevel) { in SetECLevel() argument 108 m_ecLevel = ecLevel; in SetECLevel()
|
D | BC_QRCoderEncoder.h | 24 const CBC_QRCoderErrorCorrectionLevel* ecLevel,
|
D | BC_QRCodeWriter.h | 21 int32_t ecLevel,
|
D | BC_QRCoderVersion.h | 35 const CBC_QRCoderErrorCorrectionLevel& ecLevel) const;
|
D | BC_QRCoder.h | 42 void SetECLevel(const CBC_QRCoderErrorCorrectionLevel* ecLevel);
|
/external/pdfium/fxbarcode/datamatrix/ |
D | BC_DataMatrixWriter.cpp | 117 WideString ecLevel; in Encode() local 120 CBC_HighLevelEncoder::encodeHighLevel(contents, ecLevel, false, e); in Encode()
|
D | BC_EncoderContext.h | 18 const WideString& ecLevel,
|
D | BC_HighLevelEncoder.h | 29 WideString ecLevel,
|
D | BC_EncoderContext.cpp | 32 const WideString& ecLevel, in CBC_EncoderContext() argument
|
D | BC_HighLevelEncoder.cpp | 70 WideString ecLevel, in encodeHighLevel() argument 73 CBC_EncoderContext context(msg, ecLevel, e); in encodeHighLevel()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffbarcode.cpp | 190 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/ |
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 | 67 void SetErrorCorrectionLevel(int32_t ecLevel);
|