Home
last modified time | relevance | path

Searched refs:xypnt (Results 1 – 2 of 2) sorted by last modified time

/dports/graphics/grads/grads-1.9b4/src/
H A Dgxshad.c254 xypnt = xystk[i]; in gxshad()
255 xycnt = (int)(*xypnt); in gxshad()
256 color = (int)(*(xypnt+1)); in gxshad()
257 xypnt+=2; in gxshad()
269 gxconv(*(xypnt+(j*2)),*(xypnt+(j*2+1)),&x,&y,3); in gxshad()
270 *(xypnt+(j*2)) = x; in gxshad()
271 *(xypnt+(j*2+1)) = y; in gxshad()
274 gxfill (xypnt, xycnt); in gxshad()
1183 xypnt = xystk[stkcnt]; in gxsflw()
1184 *xypnt = (float)(xycnt)+0.1; in gxsflw()
[all …]
/dports/graphics/autotrace/autotrace-0.31.1/
H A Doutput-dxf.c65 } xypnt; typedef
69 xypnt point;
353 xypnt *coord_point /* */, in xypnt_next_pnt()
376 xypnt *coord_point /* */, in xypnt_first_pnt()
400 xypnt coord_point /* */) in xypnt_add_pnt()
478 xypnt *coord_point /* */, in xypnt_last_pnt()
504 double distpt2pt(xypnt p1 /* */, in distpt2pt()
505 xypnt p2 /* */) in distpt2pt()
526 xypnt curr_pnt, next_pnt; in get_total_length()
555 xypnt curr_pnt, spline_pnt; in bspline_to_lines()
[all …]