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

/inkscape/share/extensions/
H A Drender_barcode_qrcode.py717 RS_BLOCK_TABLE = [ variable in class:QRRSBlock
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 16 milliseconds