Searched defs:missing (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
66 /* fill the missing gaps by taking the valid values
71 missing = 0;
75 missing = 1;
78 if (missing) {
85 missing = 0;

Completed in 884 milliseconds