Lines Matching refs:xc
222 int xc, yc; in drawcirc() local
224 xc = hpos; in drawcirc()
227 hgoto(xc + d); /* circle goes to right side */ in drawcirc()
261 int xc, yc; in drawellip() local
263 xc = hpos; in drawellip()
266 hgoto(xc + a); in drawellip()
287 float xc, yc; in conicarc() local
311 xc = x0; in conicarc()
426 putdot((int)xc, (int)yc); in conicarc()
458 xc += M1x * xstep; in conicarc()
465 xc += M2x * xstep; in conicarc()
471 xc += M3x * xstep; in conicarc()
480 drawline((int)xc-ox1,(int)yc-oy1,"."); in conicarc()