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

/solaris-x11-s11/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...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DColorSB.c1952 float fh, fw; local
1993 ToUserSpace(csb, width, height, &fw, &fh);
1994 _DPSCTriangle(csb->csb.context, fh, fw);

Completed in 849 milliseconds