Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/qrcode/
DBC_QRCoder.h32 int32_t GetNumTotalBytes() const;
DBC_QRCoder.cpp64 int32_t CBC_QRCoder::GetNumTotalBytes() const { in GetNumTotalBytes() function in CBC_QRCoder
DBC_QRCoderEncoder.cpp595 if (!InterleaveWithECBytes(&headerAndDataBits, qrCode->GetNumTotalBytes(), in Encode()