Home
last modified time | relevance | path

Searched refs:GetNumTotalBytes (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxbarcode/qrcode/
DBC_QRCoder.h30 int32_t GetNumTotalBytes() const;
DBC_QRCoder.cpp64 int32_t CBC_QRCoder::GetNumTotalBytes() const { in GetNumTotalBytes() function in CBC_QRCoder
DBC_QRCoderEncoder.cpp385 InterleaveWithECBytes(&headerAndDataBits, qrCode->GetNumTotalBytes(), in EncodeWithSpecifyVersion()
470 InterleaveWithECBytes(&headerAndDataBits, qrCode->GetNumTotalBytes(), in EncodeWithAutoVersion()
530 InterleaveWithECBytes(&headerAndDataBits, qrCode->GetNumTotalBytes(), in Encode()