Home
last modified time | relevance | path

Searched refs:ahdsiz (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/grads/grads-1.9b4/src/
H A Dgrads.c374 gcmn.ahdsiz = 0.05;
H A Dgrads.h219 float ahdsiz; /* Arrow head size. */ member
H A Dgagx.c1059 gaarrw (x, y, dir, pcm->arrsiz*spd/vscal, pcm->ahdsiz); in gapstn()
1061 gaarrw (x, y, dir, pcm->arrsiz, pcm->ahdsiz); in gapstn()
2893 pcm->ahdsiz); in gagrph()
2895 gaarrw (x, y, dir, pcm->arrsiz, pcm->ahdsiz); in gagrph()
3140 gaarrw (x, y, dir+adj, pcm->arrsiz*hypot(*u,*v)/vscal, pcm->ahdsiz); in gavect()
3142 gaarrw (x, y, dir+adj, pcm->arrsiz, pcm->ahdsiz); in gavect()
3156 gaarrw (pcm->xsiz2-2.0,pcm->ysiz1-0.5,0.0,pcm->arrsiz, pcm->ahdsiz); in gavect()
H A Dgauser.c3874 if ( valprs(cmd,&(pcm->ahdsiz)) == NULL ) goto err; in gaset()
3875 sprintf (pout,"Arrowhead = %g \n",pcm->ahdsiz); in gaset()