Searched refs:wClip (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
164 wClip = maxX;
186 if ((xClip >= wClip) || (yClip >= hClip)) {
206 coords[2][0] = wClip * a + hClip * b + tx;
207 coords[2][1] = wClip * c + hClip * d + ty;
210 coords[1][0] = wClip * a + yClip * b + tx;
211 coords[1][1] = wClip * c + yClip * d + ty;
217 coords[3][0] = wClip * a + yClip * b + tx;
218 coords[3][1] = wClip * c + yClip * d + ty;
360 mlib_d64 dwCl = wClip * di
[all...]

Completed in 29 milliseconds