Searched refs:yClip (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
163 yClip = minY;
186 if ((xClip >= wClip) || (yClip >= hClip)) {
203 coords[0][0] = xClip * a + yClip * b + tx;
204 coords[0][1] = xClip * c + yClip * 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;
359 mlib_d64 dyCl = yClip * di
[all...]

Completed in 38 milliseconds