Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/qrcode/
DBC_QRCodeWriter.cpp47 int32_t ecLevel, in Encode()
DBC_QRCoderMatrixUtil.cpp147 bool MakeTypeInfoBits(const CBC_QRCoderErrorCorrectionLevel* ecLevel, in MakeTypeInfoBits()
173 bool EmbedTypeInfo(const CBC_QRCoderErrorCorrectionLevel* ecLevel, in EmbedTypeInfo()
372 const CBC_QRCoderErrorCorrectionLevel* ecLevel, in BuildMatrix()
DBC_QRCoder.cpp76 void CBC_QRCoder::SetECLevel(const CBC_QRCoderErrorCorrectionLevel* ecLevel) { in SetECLevel()
DBC_QRCoderEncoder.cpp204 const CBC_QRCoderErrorCorrectionLevel* ecLevel, in InitQRCode()
253 const CBC_QRCoderErrorCorrectionLevel* ecLevel, in ChooseMaskPattern()
418 const CBC_QRCoderErrorCorrectionLevel* ecLevel, in Encode()
/external/pdfium/xfa/fwl/
Dcfwl_barcode.cpp147 void CFWL_Barcode::SetErrorCorrectionLevel(int32_t ecLevel) { in SetErrorCorrectionLevel()
/external/pdfium/xfa/fxfa/
Dcxfa_ffbarcode.cpp215 Optional<int32_t> ecLevel = barcode_->GetECLevel(); in UpdateWidgetProperty() local