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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djcapimin.c164 while (! cinfo->master->is_last_pass) {
H A Djcmaster.c400 * We also set is_last_pass to indicate whether any more passes will be
472 master->pub.is_last_pass = (master->pass_number == master->total_passes-1);
558 master->pub.is_last_pass = FALSE;
H A Djpegint.h56 boolean is_last_pass; /* True during last pass */ member in struct:jpeg_comp_master

Completed in 44 milliseconds