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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DScaledBlit.c285 jboolean xunderflow, yunderflow; local
356 xunderflow = (ddx2 - ddx1) < 1.0;
358 sxinc = (xunderflow ? ((sx2 - sx1) << shift) : (jint) scalex);
389 if (xunderflow) {

Completed in 29 milliseconds