Home
last modified time | relevance | path

Searched defs:ecLevel (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/fxbarcode/qrcode/
DBC_QRCodeWriter.cpp59 int32_t ecLevel, in Encode()
DBC_QRCoderMatrixUtil.cpp88 const CBC_QRCoderErrorCorrectionLevel* ecLevel, in BuildMatrix()
135 const CBC_QRCoderErrorCorrectionLevel* ecLevel, in EmbedTypeInfo()
257 const CBC_QRCoderErrorCorrectionLevel* ecLevel, in MakeTypeInfoBits()
DBC_QRCoder.cpp107 void CBC_QRCoder::SetECLevel(const CBC_QRCoderErrorCorrectionLevel* ecLevel) { in SetECLevel()
DBC_QRCoderEncoder.cpp207 const CBC_QRCoderErrorCorrectionLevel* ecLevel, in InitQRCode()
300 const CBC_QRCoderErrorCorrectionLevel* ecLevel, in ChooseMaskPattern()
569 const CBC_QRCoderErrorCorrectionLevel* ecLevel, in Encode()
/external/pdfium/fxbarcode/datamatrix/
DBC_DataMatrixWriter.cpp117 WideString ecLevel; in Encode() local
DBC_EncoderContext.cpp32 const WideString& ecLevel, in CBC_EncoderContext()
DBC_HighLevelEncoder.cpp70 WideString ecLevel, in encodeHighLevel()
/external/pdfium/xfa/fxfa/
Dcxfa_ffbarcode.cpp190 Optional<int32_t> ecLevel = node->GetBarcodeAttribute_ECLevel(); in UpdateWidgetProperty() local
/external/pdfium/xfa/fwl/
Dcfwl_barcode.cpp147 void CFWL_Barcode::SetErrorCorrectionLevel(int32_t ecLevel) { in SetErrorCorrectionLevel()