Home
last modified time | relevance | path

Searched refs:getFormatBits (Results 1 - 2 of 2) sorted by relevance

/third_party/qrcodegen/cpp/
H A Dqrcodegen.hpp252 private: static int getFormatBits(Ecc ecl);
H A Dqrcodegen.cpp236 int QrCode::getFormatBits(Ecc ecl) { in getFormatBits() function in qrcodegen::QrCode
418 int data = getFormatBits(errorCorrectionLevel) << 3 | msk; // errCorrLvl is uint2, msk is uint3 in drawFormatBits()

Completed in 3 milliseconds