Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxbarcode/qrcode/
DBC_QRCoderErrorCorrectionLevel.h22 static CBC_QRCoderErrorCorrectionLevel* ForBits(int32_t bits);
DBC_QRCoderMode.h24 static CBC_QRCoderMode* ForBits(int32_t bits, int32_t& e);
DBC_QRCoderErrorCorrectionLevel.cpp52 CBC_QRCoderErrorCorrectionLevel* CBC_QRCoderErrorCorrectionLevel::ForBits( in ForBits() function in CBC_QRCoderErrorCorrectionLevel
DBC_QRCoderMode.cpp79 CBC_QRCoderMode* CBC_QRCoderMode::ForBits(int32_t bits, int32_t& e) { in ForBits() function in CBC_QRCoderMode