Home
last modified time | relevance | path

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

/dports/graphics/grads/grads-1.9b4/src/
H A Dgxsubs.c248 gxvcon(x,y,&x,&y); in gxmove()
261 gxvcon(xnew,ynew,&xnew,&ynew); in gxdraw()
272 gxvcon(xnew,ynew,&xnew,&ynew); in gxdraw()
277 gxvcon(x,y,&x,&y); in gxdraw()
441 void gxvcon (float s, float t, float *x, float *y) { in gxvcon() function
598 gxvcon (xlo,ylo,&xlo,&ylo); in gxrecf()
599 gxvcon (xhi,yhi,&xhi,&yhi); in gxrecf()
820 gxvcon (*r,*(r+1),r,r+1); in gxfill()
H A Dgx.h304 void gxvcon (float, float, float *, float *);