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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DFillParallelogram.c99 jdouble lslope = (dy1 == 0) ? 0 : dx1 / dy1; local
101 jlong ldx = DblToLong(lslope);
116 jlong lx = PGRAM_INIT_X(loy, x0, y0, lslope);
150 jlong lx = PGRAM_INIT_X(loy, x0, y0, lslope);
151 jlong rx = PGRAM_INIT_X(loy, dx2, dy2, lslope);
167 jlong rx = PGRAM_INIT_X(loy, dx2, dy2, lslope);
H A DDrawParallelogram.c164 jdouble lslope, rslope; local
170 lslope = (dy1 == 0) ? 0 : dx1 / dy1;
172 ldx = DblToLong(lslope);
223 lslope, rslope, ldx, rdx);
242 lslope, rslope, ldx, rdx);

Completed in 64 milliseconds