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

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageScanPoly.c61 mlib_d64 xClip, yClip, wClip, hClip; local
165 hClip = maxY;
186 if ((xClip >= wClip) || (yClip >= hClip)) {
206 coords[2][0] = wClip * a + hClip * b + tx;
207 coords[2][1] = wClip * c + hClip * d + ty;
213 coords[3][0] = xClip * a + hClip * b + tx;
214 coords[3][1] = xClip * c + hClip * d + ty;
220 coords[1][0] = xClip * a + hClip * b + tx;
221 coords[1][1] = xClip * c + hClip * d + ty;
361 mlib_d64 dhCl = hClip * di
[all...]

Completed in 22 milliseconds