Lines Matching refs:size
138 # This determines the size of this barcode.
179 # Initialize both grids to be size*size arrays of Boolean false
214 """Returns this QR Code's size, in the range [21, 177]."""
417 size: int = self._size
421 for y in range(size):
425 for x in range(size):
440 for x in range(size):
444 for y in range(size):
460 for y in range(size - 1):
461 for x in range(size - 1):
467 total: int = size**2 # Note that size is odd, so dark/total != 1/2