Searched defs:QRRSBlock (Results 1 - 1 of 1) sorted by relevance

/inkscape/share/extensions/
H A Drender_barcode_qrcode.py279 rsBlocks = QRRSBlock.getRSBlocks(tn, errorCorrectLevel)
309 rsBlocks = QRRSBlock.getRSBlocks(typeNumber, errorCorrectLevel)
715 class QRRSBlock: class in inherits:
972 rsBlock = QRRSBlock.getRsBlockTable(typeNumber, errorCorrectLevel);
987 list.append(QRRSBlock(totalCount, dataCount))
994 return QRRSBlock.RS_BLOCK_TABLE[(typeNumber - 1) * 4 + 0];
996 return QRRSBlock.RS_BLOCK_TABLE[(typeNumber - 1) * 4 + 1];
998 return QRRSBlock.RS_BLOCK_TABLE[(typeNumber - 1) * 4 + 2];
1000 return QRRSBlock.RS_BLOCK_TABLE[(typeNumber - 1) * 4 + 3];

Completed in 15 milliseconds