Searched defs:dX1 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageScanPoly.c281 mlib_d64 dX1 = coords[(topIdx - i) & 0x3][0]; local
284 mlib_d64 x = dX1, slope = (dX2 - dX1) / (dY2 - dY1);
321 mlib_d64 dX1 = coords[(topIdx + i) & 0x3][0]; local
324 mlib_d64 x = dX1, slope = (dX2 - dX1) / (dY2 - dY1);

Completed in 35 milliseconds