OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typeInfoBits
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/fxbarcode/qrcode/
BC_QRCoderMatrixUtil.cpp
142
CBC_QRCoderBitVector
typeInfoBits
;
143
typeInfoBits
.Init();
144
MakeTypeInfoBits(ecLevel, maskPattern, &
typeInfoBits
, e);
147
for (int32_t i = 0; i <
typeInfoBits
.Size(); i++) {
148
int32_t bit =
typeInfoBits
.At(
typeInfoBits
.Size() - 1 - i, e);
/external/zxing/core/
core.jar
Completed in 515 milliseconds