Searched defs:lastindex (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/
H A Ddither.c35 int lastindex, lastgray, missing, i; local
69 lastindex = -1;
79 lastindex = lastindex < 0 ? 0 : (i+lastindex)/2;
80 while (lastindex < i) {
81 inverse[lastindex++] = lastgray;
84 lastindex = i;

Completed in 184 milliseconds