Home
last modified time | relevance | path

Searched refs:InterleaveWithECBytes (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxbarcode/qrcode/
DBC_QRCoderEncoder.h94 static void InterleaveWithECBytes(CBC_QRCoderBitVector* bits,
DBC_QRCoderEncoder.cpp385 InterleaveWithECBytes(&headerAndDataBits, qrCode->GetNumTotalBytes(), in EncodeWithSpecifyVersion()
470 InterleaveWithECBytes(&headerAndDataBits, qrCode->GetNumTotalBytes(), in EncodeWithAutoVersion()
530 InterleaveWithECBytes(&headerAndDataBits, qrCode->GetNumTotalBytes(), in Encode()
860 void CBC_QRCoderEncoder::InterleaveWithECBytes(CBC_QRCoderBitVector* bits, in InterleaveWithECBytes() function in CBC_QRCoderEncoder