Home
last modified time | relevance | path

Searched refs:CBC_QRCoderECB (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRCoderVersion.cpp63 CBC_QRCoderECB* ecBlock = (CBC_QRCoderECB*)((*ecbArray)[i]); in CBC_QRCoderVersion()
429 1, new CBC_QRCoderECBlocks(7, new CBC_QRCoderECB(1, 19)), in GetVersionForNumber()
430 new CBC_QRCoderECBlocks(10, new CBC_QRCoderECB(1, 16)), in GetVersionForNumber()
431 new CBC_QRCoderECBlocks(13, new CBC_QRCoderECB(1, 13)), in GetVersionForNumber()
432 new CBC_QRCoderECBlocks(17, new CBC_QRCoderECB(1, 9)))); in GetVersionForNumber()
434 2, new CBC_QRCoderECBlocks(10, new CBC_QRCoderECB(1, 34)), in GetVersionForNumber()
435 new CBC_QRCoderECBlocks(16, new CBC_QRCoderECB(1, 28)), in GetVersionForNumber()
436 new CBC_QRCoderECBlocks(22, new CBC_QRCoderECB(1, 22)), in GetVersionForNumber()
437 new CBC_QRCoderECBlocks(28, new CBC_QRCoderECB(1, 16)))); in GetVersionForNumber()
439 3, new CBC_QRCoderECBlocks(15, new CBC_QRCoderECB(1, 55)), in GetVersionForNumber()
[all …]
DBC_QRCoderECB.cpp25 CBC_QRCoderECB::CBC_QRCoderECB(int32_t count, int32_t dataCodeWords) { in CBC_QRCoderECB() function in CBC_QRCoderECB
29 CBC_QRCoderECB::~CBC_QRCoderECB() {} in ~CBC_QRCoderECB()
30 int32_t CBC_QRCoderECB::GetCount() { in GetCount()
33 int32_t CBC_QRCoderECB::GetDataCodeWords() { in GetDataCodeWords()
DBC_QRCoderECBlocks.cpp27 CBC_QRCoderECB* ecBlocks) { in CBC_QRCoderECBlocks()
32 CBC_QRCoderECB* ecBlocks1, in CBC_QRCoderECBlocks()
33 CBC_QRCoderECB* ecBlocks2) { in CBC_QRCoderECBlocks()
40 delete ((CBC_QRCoderECB*)(m_ecBlocks[i])); in ~CBC_QRCoderECBlocks()
50 total += ((CBC_QRCoderECB*)(m_ecBlocks[i]))->GetCount(); in GetNumBlocks()
DBC_QRCoderECBlocks.h9 class CBC_QRCoderECB; variable
16 CBC_QRCoderECBlocks(int32_t ecCodeWordsPerBlock, CBC_QRCoderECB* ecBlocks);
18 CBC_QRCoderECB* ecBlocks1,
19 CBC_QRCoderECB* ecBlocks2);
DBC_QRCoderECB.h9 class CBC_QRCoderECB {
15 CBC_QRCoderECB(int32_t count, int32_t dataCodeWords);
16 virtual ~CBC_QRCoderECB();
DBC_QRDataBlock.cpp57 totalBlocks += ((CBC_QRCoderECB*)(*ecBlockArray)[i])->GetCount(); in GetDataBlocks()
64 CBC_QRCoderECB* ecBlock = (CBC_QRCoderECB*)(*ecBlockArray)[j]; in GetDataBlocks()
DBC_QRDataBlock.h11 class CBC_QRCoderECB; variable