Searched refs:headerAndDataBits (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/fxbarcode/qrcode/ |
D | BC_QRCoderEncoder.cpp | 84 CBC_QRCoderBitVector& headerAndDataBits, in AppendDataModeLenghInfo() argument 92 AppendModeInfo(tempMode, &headerAndDataBits, e); in AppendDataModeLenghInfo() 96 tempMode, &headerAndDataBits, e); in AppendDataModeLenghInfo() 99 AppendBytes(splitResult.second, tempMode, &headerAndDataBits, encoding, in AppendDataModeLenghInfo() 106 AppendModeInfo(tempMode, &headerAndDataBits, e); in AppendDataModeLenghInfo() 110 &headerAndDataBits, e); in AppendDataModeLenghInfo() 113 Append8BitBytes(bytes, &headerAndDataBits, e); in AppendDataModeLenghInfo() 117 AppendModeInfo(tempMode, &headerAndDataBits, e); in AppendDataModeLenghInfo() 121 tempMode, &headerAndDataBits, e); in AppendDataModeLenghInfo() 124 AppendBytes(splitResult.second, tempMode, &headerAndDataBits, encoding, in AppendDataModeLenghInfo() [all …]
|
D | BC_QRCoderEncoder.h | 133 CBC_QRCoderBitVector& headerAndDataBits,
|