Home
last modified time | relevance | path

Searched refs:lasty (Results 1 – 1 of 1) sorted by relevance

/StarryEngine/starry_client/src/base/
H A Drenderer.rs323 let lasty = y; in circle() localVariable
327 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()