Searched refs:totalCount (Results 1 - 1 of 1) sorted by relevance

/inkscape/share/extensions/
H A Drender_barcode_qrcode.py367 ecCount = rsBlocks[r].totalCount - dcCount
392 totalCodeCount += rsBlocks[i].totalCount
966 def __init__(self, totalCount, dataCount):
967 self.totalCount = totalCount
983 totalCount = rsBlock[i * 3 + 1]
987 list.append(QRRSBlock(totalCount, dataCount))

Completed in 696 milliseconds