Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxbarcode/qrcode/
DBC_QRCoderEncoder.cpp84 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 …]
DBC_QRCoderEncoder.h133 CBC_QRCoderBitVector& headerAndDataBits,