Lines Matching refs:vpos
45 #define vmot(n) vgoto(vpos + n)
48 extern int vpos;
62 #define arcmove(x,y) { hgoto(x); vmot(-vpos-(y)); }
80 ovpos = vpos; in drawline()
165 y[0] = y[1] = vpos; in drawwig()
221 yc = vpos; in drawcirc()
222 conicarc(hpos + d/2, -vpos, hpos, -vpos, hpos, -vpos, d/2, d/2); in drawcirc()
246 y0 = vpos + dy1; in drawarc()
250 conicarc(x0, -y0, hpos, -vpos, x2, -y2, r, r); in drawarc()
261 yc = vpos; in drawellip()
262 conicarc(hpos + a/2, -vpos, hpos, -vpos, hpos, -vpos, a/2, b/2); in drawellip()