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

/openjdk7/jdk/src/share/native/sun/awt/image/gif/
H A Dgifdecoder.c190 int passinc = interlace ? 8 : 1; local
191 int passht = passinc;
440 y += passinc;
442 passinc = passht;

Completed in 29 milliseconds