HomeSort by relevance Sort by last modified time
    Searched refs:GetTotalCodeWords (Results 1 - 5 of 5) sorted by null

  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCoderVersion.h 34 int32_t GetTotalCodeWords();
BC_QRDataBlock.cpp 48 if (rawCodewords->GetSize() != version->GetTotalCodeWords()) {
BC_QRBitMatrixParser.cpp 151 temp->SetSize(version->GetTotalCodeWords());
179 if (resultOffset != version->GetTotalCodeWords()) {
BC_QRCoderVersion.cpp 344 int32_t CBC_QRCoderVersion::GetTotalCodeWords() {
    [all...]
BC_QRCoderEncoder.cpp 329 int32_t numBytes = version->GetTotalCodeWords();
808 int32_t numBytes = version->GetTotalCodeWords();
    [all...]

Completed in 692 milliseconds