Searched refs:dye (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
418 dye = xr * c2 + ii * d2 + ty2;
420 if ((dxe < dxCl) || (dxe >= dwCl) || (dye < dyCl) || (dye >= dhCl)) {
422 dye -= dy;
425 if ((dxe < dxCl) || (dxe >= dwCl) || (dye < dyCl) || (dye >= dhCl))
482 mlib_d64 dxs, dys, dxe, dye; local
504 dye = xr * c2 + ii * d2 + ty2;
506 if ((dxe > dxCl) || (dxe <= dwCl) || (dye > dyC
[all...]

Completed in 49 milliseconds