Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxbarcode/qrcode/
DBC_QRCoderBlockPair.cpp41 const CBC_CommonByteArray* CBC_QRCoderBlockPair::GetErrorCorrectionBytes() in GetErrorCorrectionBytes() function in CBC_QRCoderBlockPair
DBC_QRCoderBlockPair.h21 const CBC_CommonByteArray* GetErrorCorrectionBytes() const;
DBC_QRCoderEncoder.cpp909 const CBC_CommonByteArray* ecBytes = blocks[l]->GetErrorCorrectionBytes(); in InterleaveWithECBytes()