Searched refs:SRCLOC (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/native/sun/java2d/loops/ |
H A D | ScaledBlit.c | 174 #define SRCLOC(id, fo, sf) (ceil((((id) + 0.5) - (fo)) * (sf) - 0.5)) macro 233 jlong lsrcloc = (jlong) SRCLOC(tilestart, dblorigin, scale); 320 * SRCLOC macros in this function and then call the 382 * For underflow cases, simply check if the SRCLOC for the single 390 jdouble x = sx1 + (SRCLOC(idx1, ddx1, scalex) / (1 << shift)); 404 jdouble y = sy1 + (SRCLOC(idy1, ddy1, scaley) / (1 << shift)); 445 jint sxloc = (jint) SRCLOC(idx1, ddx1, scalex); 446 jint syloc = (jint) SRCLOC(idy1, ddy1, scaley); 488 syloc = (jint) SRCLOC(tiley, ddy1, scaley); 504 sxloc = (jint) SRCLOC(tile [all...] |
Completed in 33 milliseconds