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

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageScanPoly.c396 mlib_d64 dxs, dys, dxe, dye; local
417 dxe = xr * a2 + ii * b2 + tx2;
420 if ((dxe < dxCl) || (dxe >= dwCl) || (dye < dyCl) || (dye >= dhCl)) {
421 dxe -= dx;
425 if ((dxe < dxCl) || (dxe >= dwCl) || (dye < dyCl) || (dye >= dhCl))
482 mlib_d64 dxs, dys, dxe, dye; local
503 dxe = xr * a2 + ii * b2 + tx2;
506 if ((dxe > dxC
[all...]

Completed in 34 milliseconds