Home
last modified time | relevance | path

Searched refs:ForBits (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRCoderErrorCorrectionLevel.h29 static CBC_QRCoderErrorCorrectionLevel* ForBits(int32_t bits);
DBC_QRCoderMode.h38 static CBC_QRCoderMode* ForBits(int32_t bits, int32_t& e);
DBC_QRCoderErrorCorrectionLevel.cpp59 CBC_QRCoderErrorCorrectionLevel* CBC_QRCoderErrorCorrectionLevel::ForBits( in ForBits() function in CBC_QRCoderErrorCorrectionLevel
DBC_QRCoderFormatInformation.cpp41 CBC_QRCoderErrorCorrectionLevel::ForBits((formatInfo >> 3) & 0x03); in CBC_QRCoderFormatInformation()
DBC_QRCoderMode.cpp86 CBC_QRCoderMode* CBC_QRCoderMode::ForBits(int32_t bits, int32_t& e) { in ForBits() function in CBC_QRCoderMode
DBC_QRDecodedBitStreamParser.cpp56 mode = CBC_QRCoderMode::ForBits(iTemp1, e); in Decode()