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

/inkscape/share/extensions/
H A Drender_barcode_qrcode.py120 lostPoint = QRUtil.getLostPoint(self);
166 pos = QRUtil.getPatternPosition(self.typeNumber)
189 bits = QRUtil.getBCHTypeNumber(self.typeNumber)
202 bits = QRUtil.getBCHTypeInfo(data)
253 mask = QRUtil.getMask(maskPattern, row, col - c)
286 buffer.put(data.getLength(), QRUtil.getLengthInBits(data.mode, tn) )
316 buffer.put(data.getLength(), QRUtil.getLengthInBits(data.mode, typeNumber) )
378 rsPoly = QRUtil.getErrorCorrectPolynomial(ecCount)
434 class QRUtil(object): class in inherits:object
485 while (QRUtil
[all...]

Completed in 16 milliseconds