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

Completed in 38 milliseconds