HomeSort by relevance Sort by last modified time
    Searched refs:newByte (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fxbarcode/qrcode/
BC_QRCoderBitVector.cpp 80 int32_t newByte = (value >> (numBitsLeft - 8)) & 0xff;
81 AppendByte(newByte);
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_D_T_.py 530 newByte = firstHalf
534 newByte = (firstHalf | secondHalf) & ((1<<numBits)-1)
535 dataList.append(bytechr(newByte))

Completed in 279 milliseconds