Searched refs:lasty (Results 1 – 1 of 1) sorted by relevance
323 let lasty = y; in circle() localVariable327 self.line4points(x0, y0, x, lasty, color); in circle()329 if x != lasty { in circle()330 self.line4points(x0, y0, lasty, x, color); in circle()