Home
last modified time | relevance | path

Searched refs:newByte (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxbarcode/qrcode/
DBC_QRCoderBitVector.cpp80 int32_t newByte = (value >> (numBitsLeft - 8)) & 0xff; in AppendBits() local
81 AppendByte(newByte); in AppendBits()
/external/fonttools/Lib/fontTools/ttLib/tables/
DE_B_D_T_.py530 newByte = firstHalf
534 newByte = (firstHalf | secondHalf) & ((1<<numBits)-1)
535 dataList.append(bytechr(newByte))