Lines Matching refs:scale
94 # figure out prefix and scale
113 # figure out prefix and scale
279 # scale if we're printing with dots or braille
294 def scale(self, x, y):
295 # scale and clamp
321 # scale
322 x, y = self.scale(x, y)
331 # scale
332 x1, y1 = self.scale(x1, y1)
333 x2, y2 = self.scale(x2, y2)
386 # scale if needed
596 # first scale the two grids so they line up
694 # first scale the two grids so they line up
792 def scale(self, width, height):
811 grid.scale(width, height)