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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DScaledBlit.c281 jint idx1, idy1; local
378 * because the math will work out to be exactly idx1, idy1 if not.
388 idy1 = (jint) ceil(ddy1 - 0.5);
404 jdouble y = sy1 + (SRCLOC(idy1, ddy1, scaley) / (1 << shift));
405 dstInfo.bounds.y1 = dstInfo.bounds.y2 = idy1;
411 ? idy1
412 : refine(idy1, ddy1, tilesize, scaley,
414 dstInfo.bounds.y2 = refine(idy1, ddy1, tilesize, scaley,
446 jint syloc = (jint) SRCLOC(idy1, ddy1, scaley);
452 if (span.y1 > idy1) {
[all...]

Completed in 66 milliseconds