OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForBits
(Results
1 - 6
of
6
) sorted by null
/external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCoderErrorCorrectionLevel.h
29
static CBC_QRCoderErrorCorrectionLevel*
ForBits
(int32_t bits);
BC_QRCoderMode.h
38
static CBC_QRCoderMode*
ForBits
(int32_t bits, int32_t& e);
BC_QRCoderErrorCorrectionLevel.cpp
59
CBC_QRCoderErrorCorrectionLevel* CBC_QRCoderErrorCorrectionLevel::
ForBits
(
BC_QRCoderFormatInformation.cpp
41
CBC_QRCoderErrorCorrectionLevel::
ForBits
((formatInfo >> 3) & 0x03);
BC_QRCoderMode.cpp
86
CBC_QRCoderMode* CBC_QRCoderMode::
ForBits
(int32_t bits, int32_t& e) {
BC_QRDecodedBitStreamParser.cpp
56
mode = CBC_QRCoderMode::
ForBits
(iTemp1, e);
Completed in 88 milliseconds