Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxbarcode/qrcode/
DBC_QRCoderEncoder.cpp60 CBC_QRCoderErrorCorrectionLevel* ecLevel, in Encode()
318 CBC_QRCoderErrorCorrectionLevel* ecLevel, in InitQRCode()
347 CBC_QRCoderErrorCorrectionLevel* ecLevel, in EncodeWithSpecifyVersion()
413 CBC_QRCoderErrorCorrectionLevel* ecLevel, in EncodeWithAutoVersion()
496 CBC_QRCoderErrorCorrectionLevel* ecLevel, in Encode()
599 CBC_QRCoderErrorCorrectionLevel* ecLevel, in ChooseMaskPattern()
801 CBC_QRCoderErrorCorrectionLevel* ecLevel, in InitQRCode()
DBC_QRCodeWriter.cpp68 int32_t ecLevel, in Encode()
DBC_QRCoderMatrixUtil.cpp88 CBC_QRCoderErrorCorrectionLevel* ecLevel, in BuildMatrix()
134 CBC_QRCoderErrorCorrectionLevel* ecLevel, in EmbedTypeInfo()
256 CBC_QRCoderErrorCorrectionLevel* ecLevel, in MakeTypeInfoBits()
DBC_QRCoder.cpp107 void CBC_QRCoder::SetECLevel(CBC_QRCoderErrorCorrectionLevel* ecLevel) { in SetECLevel()
DBC_QRCoderVersion.cpp367 CBC_QRCoderErrorCorrectionLevel* ecLevel) { in GetECBlocksForLevel()
/external/pdfium/xfa/fxbarcode/datamatrix/
DBC_DataMatrixWriter.cpp63 CFX_WideString ecLevel; in Encode() local
DBC_EncoderContext.cpp32 CFX_WideString ecLevel, in CBC_EncoderContext()
DBC_HighLevelEncoder.cpp71 CFX_WideString ecLevel, in encodeHighLevel()
76 CFX_WideString ecLevel, in encodeHighLevel()
/external/pdfium/xfa/fwl/
Dcfwl_barcode.cpp149 void CFWL_Barcode::SetErrorCorrectionLevel(int32_t ecLevel) { in SetErrorCorrectionLevel()