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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DScaledBlit.c220 jint dstloc = (jint) ceil(dblorigin + srctarget / scale - 0.5); local
232 jint tilestart = TILESTART(dstloc, intorigin, tilesize);
234 if (dstloc > tilestart) {
235 lsrcloc += lsrcinc * ((jlong) dstloc - tilestart);
240 * dstloc is the smallest dst which maps >= the target.
243 dstloc--;
248 * be the first dstloc which maps to < the target. Since we
252 dstloc++;
257 return dstloc;

Completed in 41 milliseconds