Searched defs:newByte (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/qrcode/
H A DBC_QRCoderBitVector.cpp85 int32_t newByte = (value >> (numBitsLeft - 8)) & 0xff; local
86 AppendByte(newByte);

Completed in 139 milliseconds