Searched defs:fh (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s12/open-src/app/xcolor/sun-src/
H A Dxcolor.c85 register float fh; local
96 fh = (float) height / (float)max;
99 fh = (float) ICON_HEIGHT / (float)max;
103 register int y = (int) (i * fh);
104 register int h = (i + 1) * fh - y;
120 register float fh; local
126 fh = (float) height / (3 * 16.0);
129 fh = (float) ICON_HEIGHT / (3 * 16.0);
142 register int y = (int) (k * fh);
143 register int h = (k + 1) * fh
[all...]

Completed in 10 milliseconds