Searched refs:cur_pt (Results 1 – 2 of 2) sorted by relevance
85 extern Point cur_pt;143 cur_pt.x = x, cur_pt.y = y; in MoveTo()148 DrawLine(cur_pt.x, cur_pt.y, x, y, col_text); in LineTo()
34 Point cur_pt; /* Current position */ variable144 cur_pt.x = 0, cur_pt.y = 0; in InitDraw()