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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DScaledBlit.c472 jint tilex, tiley; local
477 for (tiley = TILESTART(span.y1, idy1, tilesize);
478 tiley < span.y2;
479 tiley += tilesize)
482 y1 = tiley;
483 y2 = tiley + tilesize;
488 syloc = (jint) SRCLOC(tiley, ddy1, scaley);
489 if (y1 > tiley) {
490 syloc += syinc * (y1 - tiley);

Completed in 41 milliseconds