Home
last modified time | relevance | path

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

/dports/graphics/grads/grads-1.9b4/src/
H A Dgagx.c4933 float x1,y1,x2,y2,v,s,plincr,lndif,ln,lt,cs; in gampax() local
5092 if (lndif>180.0) plincr = lndif/100.0; in gampax()
5093 else if (lndif>60.0) plincr = lndif/50.0; in gampax()
5094 else plincr = lndif/25.0; in gampax()
5098 for (s=lnmin+plincr; s<lnmax+plincr*0.5; s+=plincr) { in gampax()
5114 for (s=lnmin+plincr; s<lnmax+plincr*0.5; s+=plincr) { in gampax()